mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-20 10:32:01 +00:00
git-svn-id: http://redmine.rubyforge.org/svn/trunk@732 e93f8b46-1217-0410-a6f0-8f06a7374b81
6 lines
484 B
Plaintext
6 lines
484 B
Plaintext
<p><%= 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 %><br />
|
|
<% unless news.summary.blank? %><%=h news.summary %><br /><% end %>
|
|
<span class="author"><%= authoring news.created_on, news.author %>
|
|
<%= "<br />#{news.comments_count} #{lwr(:label_comment, news.comments_count).downcase}" if news.comments_count > 0 %></span></p>
|