chris@22:
MD5 | chris@22:chris@22: | ||||
---|---|---|---|---|---|
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@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@909: <%= link_to(image_tag('delete.png'), attachment_path(file), Chris@909: :confirm => l(:text_are_you_sure), :method => :delete) if delete_allowed %> chris@22: | Chris@909: