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