diff --git a/app/views/documents/show.html.erb b/app/views/documents/show.html.erb index 8d2e495..799803c 100644 --- a/app/views/documents/show.html.erb +++ b/app/views/documents/show.html.erb @@ -25,7 +25,7 @@

<%= l(:label_attachment_plural) %>

-<%= link_to_attachments @document %> +<%= link_to_attachments @document, :thumbnails => true %> <% if authorize_for('documents', 'add_attachment') %>

<%= link_to l(:label_attachment_new), {}, :onclick => "$('#add_attachment_form').show(); return false;",