diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index 18d21f7..bd53c53 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -1,3 +1,4 @@ +
@@ -50,7 +51,7 @@ class="comment <%= comment.current_vote ? (comment.current_vote[:vote] == 1 ? <% if !comment.previewing %> | - link + link <% if comment.is_editable_by_user?(@user) %> | @@ -99,13 +100,3 @@ class="comment <%= comment.current_vote ? (comment.current_vote[:vote] == 1 ?
- -<% if comment.highlighted %> - -<% end %>