annotate app/views/news/_news.rhtml @ 507:0c939c159af4 redmine-1.2

Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
author Chris Cannam
date Thu, 14 Jul 2011 10:32:19 +0100
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>