%= breadcrumb link_to(l(:label_news_plural), project_news_index_path(@project)) %>
<% unless @news.summary.blank? %><%= @news.summary %>
<% end %>
<%= toggle_link l(:label_comment_add), "add_comment_form", :focus => "comment_comments" %>
<%= form_tag({:controller => 'comments', :action => 'create', :id => @news}, :id => "add_comment_form", :style => "display:none;") do %><%= submit_tag l(:button_add) %>
<% end %>
<%= 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" %>
<% end %> <% @comments.each do |comment| %> <% next if comment.new_record? %><%= avatar(comment.author) %><%= authoring comment.created_on, comment.author %>