Chris@0:
<%= h("#{@attachment.description} - ") unless @attachment.description.blank? %>
Chris@0: <%= @attachment.author %>, <%= format_time(@attachment.created_on) %>
Chris@0:
<%= link_to_attachment @attachment, :text => l(:button_download), :download => true -%>
Chris@0: (<%= number_to_human_size @attachment.filesize %>)
Chris@0:
Chris@0:
Chris@0:
Chris@0: <%= render :partial => 'common/diff', :locals => {:diff => @diff, :diff_type => @diff_type} %>
Chris@0:
Chris@0: <% html_title @attachment.filename %>
Chris@0:
Chris@0: <% content_for :header_tags do -%>
Chris@0: <%= stylesheet_link_tag "scm" -%>
Chris@0: <% end -%>