##// END OF EJS Templates
Display the last 30 days on the activity view rather than the current month....
Display the last 30 days on the activity view rather than the current month. Number of days can be configured in the application settings. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1196 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r729:f23daffd7dde
r1182:bbe8ea29e8d3
Show More
_document.rhtml
2 lines | 258 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
Fixed: error on document list with a document without description....
r729 <% unless document.description.blank? %><%=h(truncate(document.description, 250)) %><br /><% end %>
Jean-Philippe Lang
various modifications to prevent xss...
r96 <em><%= format_time(document.created_on) %></em></p>