annotate app/views/news/_news.rhtml @ 904:0a8317a50fa0 redmine-1.1

Close obsolete branch redmine-1.1
author Chris Cannam
date Fri, 14 Jan 2011 12:53:21 +0000
parents 94944d00e43c
children 30f68ecfdde4
rev   line source
Chris@14 1 <p><%= link_to_project(news.project) + ': ' unless @project %>
chris@37 2 <%= link_to h(news.title), news_path(news) %>
Chris@0 3 <%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count > 0 %>
Chris@0 4 <br />
Chris@0 5 <% unless news.summary.blank? %><span class="summary"><%=h news.summary %></span><br /><% end %>
Chris@0 6 <span class="author"><%= authoring news.created_on, news.author %></span></p>