AutoCommit Mon Aug 10 22:03:02 CEST 2015

This commit is contained in:
Andreas Stephanides
2015-08-10 22:03:02 +02:00
parent cc45de5791
commit 0ad67e860c

View File

@@ -17,10 +17,10 @@
<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")+" antworten" , new_comment_path( commentable_type: "Comment", commentable_id: comment.id), remote:true %>
<% end %> <% end %>
</div> </div>
<div id="<%= divid_for(comment,"newform") %>"></div> <div id="<%= divid_for(comment,"newform") %>"></div>
</div> </div>
</div> </div>