summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2018-06-03 05:00:25 +0000
committerGo MAEDA <maeda@farend.jp>2018-06-03 05:00:25 +0000
commit77df7ff67a9fece96c09e0b56b13b715889fb64f (patch)
tree9a63928b9a6c15ceaf452421e2726ba953132f39
parent24c33c14a1469572dc225e78e5c6b8baff36afb7 (diff)
downloadredmine-77df7ff67a9fece96c09e0b56b13b715889fb64f.tar.gz
redmine-77df7ff67a9fece96c09e0b56b13b715889fb64f.zip
Merged r17231 from trunk to 3.4-stable (#27090).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17364 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--app/views/wiki/show.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/wiki/show.html.erb b/app/views/wiki/show.html.erb
index 1cbfcbc65..eecd0d0df 100644
--- a/app/views/wiki/show.html.erb
+++ b/app/views/wiki/show.html.erb
@@ -47,7 +47,7 @@
<%= render(:partial => "wiki/content", :locals => {:content => @content}) %>
<fieldset class="collapsible collapsed">
- <legend onclick="toggleFieldset(this);"><%= l(:label_attachment_plural) %></legend>
+ <legend onclick="toggleFieldset(this);"><%= l(:label_attachment_plural) %> (<%= @page.attachments.length %>)</legend>
<div style="display: none;">
<%= link_to_attachments @page, :thumbnails => true %>