You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617
  1. <h2><%=h @attachment.filename %></h2>
  2. <div class="attachments">
  3. <p><%= h("#{@attachment.description} - ") unless @attachment.description.blank? %>
  4. <span class="author"><%= @attachment.author %>, <%= format_time(@attachment.created_on) %></span></p>
  5. <p><%= link_to_attachment @attachment, :text => l(:button_download), :download => true -%>
  6. <span class="size">(<%= number_to_human_size @attachment.filesize %>)</span></p>
  7. </div>
  8. &nbsp;
  9. <%= render :partial => 'common/diff', :locals => {:diff => @diff, :diff_type => @diff_type} %>
  10. <% html_title @attachment.filename %>
  11. <% content_for :header_tags do -%>
  12. <%= stylesheet_link_tag "scm" -%>
  13. <% end -%>