<%=_('Version')%> | <%=_('File')%> | <%=_('Date')%> | <%=_('Size')%> | D/L | MD5 | <% if delete_allowed %><% end %> |
---|---|---|---|---|---|---|
<%= image_tag 'package' %> <%= version.name %> | ||||||
<%= link_to file.filename, :controller => 'versions', :action => 'download', :id => version, :attachment_id => file %> | <%= format_date(file.created_on) %> | <%= human_size(file.size) %> | <%= file.downloads %> | <%= file.digest %> | <% if delete_allowed %><%= start_form_tag :controller => 'versions', :action => 'destroy_file', :id => version, :attachment_id => file %> <%= submit_tag _('Delete'), :class => "button-small" %> <%= end_form_tag %> | <% end %>
<%= link_to_if_authorized '» ' + _('New'), :controller => 'projects', :action => 'add_file', :id => @project %>