">
|
<%= link_to(file.filename, {:controller => 'versions', :action => 'download', :id => version, :attachment_id => file},
:title => file.description) %> |
<%= format_time(file.created_on) %> |
<%= number_to_human_size(file.filesize) %> |
<%= file.downloads %> |
<%= file.digest %> |
<% if delete_allowed %>
<%= link_to_if_authorized image_tag('delete.png'), {:controller => 'versions', :action => 'destroy_file', :id => version, :attachment_id => file}, :confirm => l(:text_are_you_sure), :method => :post %>
|
<% end %>
<% end
reset_cycle %>
<% end %>
<% end %>