redmine/app/views/attachments/file.html.erb
Jean-Philippe Lang c75157ac4a Whitespace only change (#22058).
Patch by Jan Schulz-Hofen.

git-svn-id: http://svn.redmine.org/redmine/trunk@15323 e93f8b46-1217-0410-a6f0-8f06a7374b81
2016-04-11 19:15:47 +00:00

5 lines
174 B
Plaintext

<%= render :layout => 'layouts/file' do %>
&nbsp;
<%= render :partial => 'common/file', :locals => {:content => @content, :filename => @attachment.filename} %>
<% end %>