Mercurial > hg > soundsoftware-site
annotate app/views/news/_news.rhtml @ 150:857ac9ccf613 luisf
Merge from branch "live"
author | Chris Cannam |
---|---|
date | Mon, 24 Jan 2011 14:18:00 +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> |