##// END OF EJS Templates
Adds links to changesets atom feed on repository browser (#1873)....
Adds links to changesets atom feed on repository browser (#1873). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1802 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1009:bb8d360188b6
r1800:b73141a1537c
Show More
_news.rhtml
6 lines | 510 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Project name is now displayed in news titles when not inside the project (eg. home page)....
r616 <p><%= link_to(h(news.project.name), :controller => 'projects', :action => 'show', :id => news.project) + ': ' unless @project %>
Jean-Philippe Lang
Application layout refactored....
r736 <%= link_to h(news.title), :controller => 'news', :action => 'show', :id => news %>
Jean-Philippe Lang
Set doctype to transitional. Fixed a few non matching tags in views....
r1009 <%= "(#{news.comments_count} #{lwr(:label_comment, news.comments_count).downcase})" if news.comments_count > 0 %>
Jean-Philippe Lang
Application layout refactored....
r736 <br />
<% unless news.summary.blank? %><span class="summary"><%=h news.summary %></span><br /><% end %>
Jean-Philippe Lang
Set doctype to transitional. Fixed a few non matching tags in views....
r1009 <span class="author"><%= authoring news.created_on, news.author %></span></p>