diff options
-rw-r--r-- | app/views/attachments/_form.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/attachments/_form.rhtml b/app/views/attachments/_form.rhtml index 094668f9d..c98528b85 100644 --- a/app/views/attachments/_form.rhtml +++ b/app/views/attachments/_form.rhtml @@ -4,6 +4,6 @@ <em><%= l(:label_optional_description) %></em> </span> <br /> -<small><%= link_to l(:label_add_another_file), {}, :onclick => 'addFileField(); return false;' %> +<small><%= link_to l(:label_add_another_file), '#', :onclick => 'addFileField(); return false;' %> (<%= l(:label_max_size) %>: <%= number_to_human_size(Setting.attachment_max_size.to_i.kilobytes) %>) </small> |