Mercurial > hg > soundsoftware-site
view app/views/news/.svn/text-base/_news.rhtml.svn-base @ 521:6a141ac4772e cannam_integration
Merge from branch "cannam"
author | Chris Cannam |
---|---|
date | Mon, 25 Jul 2011 13:16:57 +0100 |
parents | 94944d00e43c |
children |
line wrap: on
line source
<p><%= link_to_project(news.project) + ': ' unless @project %> <%= link_to h(news.title), news_path(news) %> <%= "(#{l(:label_x_comments, :count => news.comments_count)})" if news.comments_count > 0 %> <br /> <% unless news.summary.blank? %><span class="summary"><%=h news.summary %></span><br /><% end %> <span class="author"><%= authoring news.created_on, news.author %></span></p>