Mercurial > hg > soundsoftware-site
annotate app/views/attachments/diff.rhtml @ 186:011f2ec6018f cannam-pre-20110113-merge
Remove unwanted file
author | Chris Cannam |
---|---|
date | Thu, 03 Feb 2011 15:34:42 +0000 |
parents | 513646585e45 |
children |
rev | line source |
---|---|
Chris@0 | 1 <h2><%=h @attachment.filename %></h2> |
Chris@0 | 2 |
Chris@0 | 3 <div class="attachments"> |
Chris@0 | 4 <p><%= h("#{@attachment.description} - ") unless @attachment.description.blank? %> |
Chris@0 | 5 <span class="author"><%= @attachment.author %>, <%= format_time(@attachment.created_on) %></span></p> |
Chris@0 | 6 <p><%= link_to_attachment @attachment, :text => l(:button_download), :download => true -%> |
Chris@0 | 7 <span class="size">(<%= number_to_human_size @attachment.filesize %>)</span></p> |
Chris@0 | 8 |
Chris@0 | 9 </div> |
Chris@0 | 10 |
Chris@0 | 11 <%= render :partial => 'common/diff', :locals => {:diff => @diff, :diff_type => @diff_type} %> |
Chris@0 | 12 |
Chris@0 | 13 <% html_title @attachment.filename %> |
Chris@0 | 14 |
Chris@0 | 15 <% content_for :header_tags do -%> |
Chris@0 | 16 <%= stylesheet_link_tag "scm" -%> |
Chris@0 | 17 <% end -%> |