diff --git a/app/views/news/_news.rhtml b/app/views/news/_news.rhtml index 1b1d35b1d..7a065ba4e 100644 --- a/app/views/news/_news.rhtml +++ b/app/views/news/_news.rhtml @@ -1,4 +1,5 @@ -

<%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %>
+

<%= link_to(h(news.project.name), :controller => 'projects', :action => 'show', :id => news.project) + ': ' unless @project %> +<%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %>
<% unless news.summary.blank? %><%=h news.summary %>
<% end %> <%= news.author.name %>, <%= format_time(news.created_on) %>
<%= news.comments_count %> <%= lwr(:label_comment, news.comments_count).downcase %>