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