6 lines
331 B
Plaintext
6 lines
331 B
Plaintext
|
<%= link_to_attachment attachment, :class => 'icon icon-attachment', :download => true -%>
|
||
|
<% if attachment.is_text? %>
|
||
|
<%= link_to image_tag('magnifier.png'),
|
||
|
:controller => 'attachments', :action => 'show',
|
||
|
:id => attachment, :filename => attachment.filename,:style => "width:50px"%>
|
||
|
<% end %>
|