annotate app/views/news/.svn/text-base/_news.rhtml.svn-base @ 14:1d32c0a0efbf

* Update to SVN trunk (revisions 3892-4040)
author Chris Cannam
date Wed, 25 Aug 2010 16:30:24 +0100
parents 513646585e45
children 94944d00e43c
rev   line source
Chris@14 1 <p><%= link_to_project(news.project) + ': ' unless @project %>
Chris@0 2 <%= link_to h(news.title), :controller => 'news', :action => 'show', :id => 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>