]> source.dussan.org Git - redmine.git/commitdiff
Merged r17231 from trunk to 3.4-stable (#27090).
authorGo MAEDA <maeda@farend.jp>
Sun, 3 Jun 2018 05:00:25 +0000 (05:00 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 3 Jun 2018 05:00:25 +0000 (05:00 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@17364 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/wiki/show.html.erb

index 1cbfcbc656468ecb65d92eda423c8acdb1476df5..eecd0d0dfab39afcd76fa90599e12f6f1473da33 100644 (file)
@@ -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 %>