mirror of
https://github.com/redmine/redmine.git
synced 2025-11-12 08:16:03 +01:00
Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15323 e93f8b46-1217-0410-a6f0-8f06a7374b81
5 lines
174 B
Plaintext
5 lines
174 B
Plaintext
<%= render :layout => 'layouts/file' do %>
|
|
|
|
<%= render :partial => 'common/file', :locals => {:content => @content, :filename => @attachment.filename} %>
|
|
<% end %>
|