AutoCommit Mon Aug 10 22:03:02 CEST 2015
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
<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")+" antworten" , new_comment_path( commentable_type: "Comment", commentable_id: comment.id), remote:true %>
|
||||
|
||||
<% end %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user