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