##// END OF EJS Templates
2.6-stable: Gemfile: pin pg version 0.17 on all platforms...
2.6-stable: Gemfile: pin pg version 0.17 on all platforms 2.6-stable uses Rails 3.2 and passes test described at trunk r13839. But this revision prevents unexpected changes due to pg version change. git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13840 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6695:c459649b529b
r13458:6dea2fb61a07
Show More
_news.html.erb
6 lines | 384 B | text/plain | TextLexer
Jean-Baptiste Barth
Refactor: added link_to_project helper to handle links to projects...
r3810 <p><%= link_to_project(news.project) + ': ' unless @project %>
Eric Davis
Refactor: convert News to a REST resource...
r4100 <%= link_to h(news.title), news_path(news) %>
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 <%= "(#{l(:label_x_comments, :count => news.comments_count)})" 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>