MD5 | |||||
---|---|---|---|---|---|
<%= link_to(h(container), {:controller => 'versions', :action => 'show', :id => container}, :class => "icon icon-package") %> | |||||
<%= link_to_attachment file, :download => true, :title => file.description %> | <%= format_time(file.created_on) %> | <%= number_to_human_size(file.filesize) %> | <%= file.downloads %> | <%= file.digest %> | <%= link_to(image_tag('delete.png', :alt => l(:button_delete), :title => l(:button_delete)), attachment_path(file), :method => :delete, :confirm => l(:text_are_you_sure)) if delete_allowed %> |