|
|
|
@ -6,8 +6,10 @@
|
|
|
|
|
</span>
|
|
|
|
|
<% if attachment.is_text? %>
|
|
|
|
|
<%= link_to image_tag('magnifier.png'),
|
|
|
|
|
:controller => 'attachments', :action => 'show',
|
|
|
|
|
:id => attachment, :filename => attachment.filename %>
|
|
|
|
|
:controller => 'attachments',
|
|
|
|
|
:action => 'show',
|
|
|
|
|
:id => attachment,
|
|
|
|
|
:filename => attachment.filename%>
|
|
|
|
|
<% end %>
|
|
|
|
|
<%= h(" - #{attachment.description}") unless attachment.description.blank? %>
|
|
|
|
|
<span class="size">(<%= number_to_human_size attachment.filesize %>)</span>
|
|
|
|
@ -18,13 +20,6 @@
|
|
|
|
|
:method => :delete,
|
|
|
|
|
:class => 'delete',
|
|
|
|
|
:title => l(:button_delete) %>
|
|
|
|
|
<%# elsif attachment.container_type == 'Softapplication'%>
|
|
|
|
|
<%#= link_to image_tag('delete.png'), delete_softapplications_attachments_path(:id => attachment.id),
|
|
|
|
|
:data => {:confirm => l(:text_are_you_sure)},
|
|
|
|
|
:method => :delete,
|
|
|
|
|
:class => 'delete',
|
|
|
|
|
:remote => true,
|
|
|
|
|
:title => l(:button_delete) %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to image_tag('delete.png'), attachment_path(attachment),
|
|
|
|
|
:data => {:confirm => l(:text_are_you_sure)},
|
|
|
|
|