From 14f92315044e23d4dfedbcaf3f7898ebcbd0d2fc Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Sun, 16 Mar 2014 22:37:35 +0000 Subject: [PATCH] Fixed comment delete icon --- templates/views/CommentItemView.html | 2 +- templates/views/_MixItemInsert.html | 64 ++++++++++++++-------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/templates/views/CommentItemView.html b/templates/views/CommentItemView.html index 4178e03..3a98e68 100755 --- a/templates/views/CommentItemView.html +++ b/templates/views/CommentItemView.html @@ -18,7 +18,7 @@ <% if (can_edit) { %>
- +
<% } %> diff --git a/templates/views/_MixItemInsert.html b/templates/views/_MixItemInsert.html index 1d30900..bc83ae4 100755 --- a/templates/views/_MixItemInsert.html +++ b/templates/views/_MixItemInsert.html @@ -11,36 +11,6 @@ -
- -
@@ -54,7 +24,8 @@
<% _.each(genres, function(i) { %> - <%= i.description %> + <%= + i.description %> <% }); %>
@@ -80,9 +51,38 @@ + {% if user.is_authenticated %}