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