##// END OF EJS Templates
Update changelog for the 1.0.2 release...
Update changelog for the 1.0.2 release git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4209 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3810:a1b607480abc
r4095:d3517e87e541
Show More
_news.rhtml
6 lines | 422 B | text/html+ruby | RhtmlLexer
Jean-Baptiste Barth
Refactor: added link_to_project helper to handle links to projects...
r3810 <p><%= link_to_project(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
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>