diff --git a/app/views/news/show.html.erb b/app/views/news/show.html.erb index b353387..a10c3cd 100644 --- a/app/views/news/show.html.erb +++ b/app/views/news/show.html.erb @@ -21,7 +21,7 @@ <% end %>
<% unless @news.summary.blank? %><%= @news.summary %>
<% end %>
@@ -33,7 +33,7 @@
<%= link_to_attachments @news %>
<%= l(:label_comment_plural) %>
<% if @news.commentable? && @comments.size >= 3 %><%= toggle_link l(:label_comment_add), "add_comment_form", :focus => "comment_comments", :scroll => "comment_comments" %>