瀏覽代碼

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 年之前
父節點
當前提交
2c408ca6a5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      app/views/documents/show.html.erb

+ 1
- 1
app/views/documents/show.html.erb 查看文件

@@ -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…
取消
儲存