Browse Source

Merged r11761 from trunk (#13821).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/2.3-stable@11836 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/2.3.2
Jean-Philippe Lang 11 years ago
parent
commit
2c408ca6a5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/views/documents/show.html.erb

+ 1
- 1
app/views/documents/show.html.erb View File

@@ -12,7 +12,7 @@
<p><em><%=h @document.category.name %><br />
<%= format_date @document.created_on %></em></p>
<div class="wiki">
<%= textilizable @document.description, :attachments => @document.attachments %>
<%= textilizable @document, :description, :attachments => @document.attachments %>
</div>

<h3><%= l(:label_attachment_plural) %></h3>

Loading…
Cancel
Save