##// END OF EJS Templates
Refactor: Merged IssueStatusesController#list and #index....
Refactor: Merged IssueStatusesController#list and #index. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3415 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2981:43fd27fd0ce4
r3301:c18f8d34fb3d
Show More
_document.rhtml
2 lines | 269 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />
Jean-Philippe Lang
Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2....
r2430 <% unless document.description.blank? %><%=h(truncate(document.description, :length => 250)) %><br /><% end %>
Jean-Philippe Lang
Show last update datetime (last attachment added) on document list (#4232)....
r2981 <em><%= format_time(document.updated_on) %></em></p>