AutoCommit Die Aug 11 00:03:03 CEST 2015
This commit is contained in:
@@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
<div id="<%= Comment.wrapid_for( comment)%>">
|
<div id="<%= Comment.wrapid_for( comment)%>">
|
||||||
<%= render partial:"comments/comments", object: comment.children.order(:created_at).reverse_order if comment.children.size >0 %>
|
<%= 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>
|
||||||
<div id="<%= divid_for(comment,"newform") %>"></div>
|
<div id="<%= divid_for(comment,"newform") %>"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user