From 91c9d65f49b0f7c99a9f9c9115178d80f3c6bed6 Mon Sep 17 00:00:00 2001 From: ailsoncgt Date: Thu, 20 Oct 2016 23:29:21 -0300 Subject: [PATCH] Chance id of itens #132 --- courses/templates/topic/list_file_edit.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/courses/templates/topic/list_file_edit.html b/courses/templates/topic/list_file_edit.html index 2333c0c..aa569a8 100644 --- a/courses/templates/topic/list_file_edit.html +++ b/courses/templates/topic/list_file_edit.html @@ -2,8 +2,8 @@
{% for file in files %} -
  • -
  • {{ file.file_type.icon }} {{ file.name }}
  • +
  • +
  • {{ file.file_type.icon }} {{ file.name }}
  • {% endfor %}
    -- libgit2 0.21.2