##// END OF EJS Templates
Show thumbnails on documents (#22941)....
Jean-Philippe Lang -
r15223:ea89cc6e7e4b
parent child
Show More
@@ -25,7 +25,7
25 25 </div>
26 26
27 27 <h3><%= l(:label_attachment_plural) %></h3>
28 <%= link_to_attachments @document %>
28 <%= link_to_attachments @document, :thumbnails => true %>
29 29
30 30 <% if authorize_for('documents', 'add_attachment') %>
31 31 <p><%= link_to l(:label_attachment_new), {}, :onclick => "$('#add_attachment_form').show(); return false;",
General Comments 0
You need to be logged in to leave comments. Login now