AutoCommit Die Aug 11 00:03:03 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-11 00:03:03 +02:00
parent 0ad67e860c
commit 11d95e71d2

View File

@@ -17,9 +17,9 @@
<div id="<%= Comment.wrapid_for( comment)%>">
<%= render partial:"comments/comments", object: comment.children.order(:created_at).reverse_order if comment.children.size >0 %>
<%= # link_to fa_icon("mail-reply")+" antworten" , new_comment_path( commentable_type: "Comment", commentable_id: comment.id), remote:true %>
<%= link_to fa_icon("mail-reply")+" ebenfalls antworten" , new_comment_path( commentable_type: "Comment", commentable_id: comment.id), remote:true if comment.children.size >0 %>
<% end %>
</div>
<div id="<%= divid_for(comment,"newform") %>"></div>
</div>