Project

General

Profile

Feature #22058 » 0004-Whitespace-only.patch

Jan from Planio www.plan.io, 2016-02-17 10:47

View differences:

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 %>
(5-5/6)