summaryrefslogtreecommitdiffstats
path: root/app/views/attachments/file.html.erb
blob: af5ea78dcf51983b07c5b8e9700c25ac9c34666f (plain)
1
2
3
4
<%= render :layout => 'layouts/file' do %>
  &nbsp;
  <%= render :partial => 'common/file', :locals => {:content => @content, :filename => @attachment.filename} %>
<% end %>