##// END OF EJS Templates
Forum list can be reordered with drag and drop (#12909)....
Forum list can be reordered with drag and drop (#12909). git-svn-id: http://svn.redmine.org/redmine/trunk@15337 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r13661:b778c51e9049
r14955:fb6b565a1ec9
Show More
_news.html.erb
6 lines | 419 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 %>
Jean-Philippe Lang
Removed unneeded #h calls in views....
r13661 <%= link_to news.title, news_path(news) %>
Jean-Philippe Lang
HTML improvements on project landing page (#18565)....
r13371 <% if news.comments_count > 0 %><span class="comments">(<%= l(:label_x_comments, :count => news.comments_count) %>)</span><% end %>
Jean-Philippe Lang
Application layout refactored....
r736 <br />
Jean-Philippe Lang
Removed unneeded #h calls in views....
r13661 <% unless news.summary.blank? %><span class="summary"><%= 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>