Feature #22058 » 0004-Whitespace-only.patch
app/views/repositories/entry.html.erb | ||
---|---|---|
11 | 11 |
<% if Redmine::MimeType.is_type?('image', @path) %> |
12 | 12 |
<%= render :partial => 'common/image', :locals => {:path => url_for(params.merge(:action => 'raw')), :alt => @path} %> |
13 | 13 |
<% else %> |
14 |
<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %> |
|
14 |
<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
|
|
15 | 15 |
<% end %> |
16 | 16 | |
17 | 17 |
<% content_for :header_tags do %> |