mirror of
https://github.com/redmine/redmine.git
synced 2026-01-08 16:42:54 +01:00
Fixed: error on document list with a document without description.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@740 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
<p><%= link_to h(document.title), :controller => 'documents', :action => 'show', :id => document %><br />
|
||||
<% unless document.description.empty? %><%=h(truncate(document.description, 250)) %><br /><% end %>
|
||||
<% unless document.description.blank? %><%=h(truncate(document.description, 250)) %><br /><% end %>
|
||||
<em><%= format_time(document.created_on) %></em></p>
|
||||
Reference in New Issue
Block a user