From 11d95e71d25f11829a752462d56b3c8c7061331d Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Tue, 11 Aug 2015 00:03:03 +0200 Subject: [PATCH] AutoCommit Die Aug 11 00:03:03 CEST 2015 --- app/views/comments/_comment.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index bfe70bf..32c0b2f 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -17,9 +17,9 @@
<%= 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 %>
">