annotate app/views/news/.svn/text-base/_news.rhtml.svn-base @ 22:40f7cfd4df19
* Update to SVN trunk rev 4173
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Fri, 24 Sep 2010 14:06:04 +0100 |
parents |
1d32c0a0efbf |
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>
|