<%= format_date(attachment.created_on) %> | <%= link_to attachment.filename, :action => 'download', :id => @document, :attachment_id => attachment %> | <%= attachment.author.display_name %> | <%= human_size(attachment.filesize) %> <%= lwr(:label_download, attachment.downloads) %> |
<% if authorize_for('documents', 'destroy_attachment') %>
<%= start_form_tag :action => 'destroy_attachment', :id => @document, :attachment_id => attachment %> <%= submit_tag l(:button_delete), :class => "button-small" %> <%= end_form_tag %> |