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