##// END OF EJS Templates
Changed author display on issues, news and document files....
Changed author display on issues, news and document files. git-svn-id: http://redmine.rubyforge.org/svn/trunk@732 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r721:3c6ddc9cecc2
r721:3c6ddc9cecc2
Show More
_news.rhtml
5 lines | 484 B | text/html+ruby | RhtmlLexer
<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>