wiki报500

This commit is contained in:
sw 2015-05-15 17:29:25 +08:00
parent 659ff254e1
commit b84f6280c2
1 changed files with 3 additions and 3 deletions

View File

@ -125,8 +125,8 @@
:file_count => l(:label_file_count), :file_count => l(:label_file_count),
:delete_all_files => l(:text_are_you_sure_all) :delete_all_files => l(:text_are_you_sure_all)
} %> } %>
<% if container.nil? %> <% if defined?(container) %>
<span id="upload_file_count" :class="c_grey"><%= l(:label_no_file_uploaded)%></span> <span id="upload_file_count" class="c_grey"><%= l(:label_no_file_uploaded)%></span>
<% end %> <% end %>
(<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>) (<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>)
</span> </span>