@@ -30,7 +30,7 | |||
|
30 | 30 | <div class="contextual"> |
|
31 | 31 | <%= link_to_if_authorized l(:button_delete), {:controller => 'news', :action => 'destroy_comment', :id => @news, :comment_id => comment}, :confirm => l(:text_are_you_sure), :method => :post, :class => 'icon icon-del' %> |
|
32 | 32 | </div> |
|
33 |
<%= simple_format(auto_link(h |
|
|
33 | <%= simple_format(auto_link(h(comment.comments)))%> | |
|
34 | 34 | <% end if @news.comments_count > 0 %> |
|
35 | 35 | </div> |
|
36 | 36 |
General Comments 0
You need to be logged in to leave comments.
Login now