##// END OF EJS Templates
Fixed: no error is raised when entering invalid hours on the issue update form (#2465)....
Fixed: no error is raised when entering invalid hours on the issue update form (#2465). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2251 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r729:f23daffd7dde
r2249:6768bec4560e
Show More
_document.rhtml
2 lines | 258 B | text/html+ruby | RhtmlLexer
<p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />
<% unless document.description.blank? %><%=h(truncate(document.description, 250)) %><br /><% end %>
<em><%= format_time(document.created_on) %></em></p>