annotate app/views/news/_news.rhtml @ 37:94944d00e43c
* Update to SVN trunk rev 4411
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Fri, 19 Nov 2010 13:24:41 +0000 |
parents |
1d32c0a0efbf |
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>
|