Merge branch 'master' into moderator_comments

This commit is contained in:
Juanjo Bazán
2015-08-24 19:01:49 +02:00
14 changed files with 63 additions and 22 deletions

View File

@@ -89,9 +89,7 @@
<%= link_to(comment_link_text(comment), "",
class: "js-add-comment-link", data: {'id': dom_id(comment)}) %>
<% if moderator? %>
<%= render 'comments/actions', comment: comment %>
<% end %>
<%= render 'comments/actions', comment: comment %>
<%= render 'comments/form', {parent: comment, toggeable: true} %>
<% end %>