From c75157ac4ae830c309b397b43c732a38fe290faf 2016-04-11 19:15:47 From: Jean-Philippe Lang Date: 2016-04-11 19:15:47 Subject: [PATCH] Whitespace only change (#22058). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15323 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/attachments/diff.html.erb b/app/views/attachments/diff.html.erb index 5f5f4d7..0bd802d 100644 --- a/app/views/attachments/diff.html.erb +++ b/app/views/attachments/diff.html.erb @@ -1,10 +1,10 @@ <%= render :layout => 'layouts/file' do %> -<%= form_tag({}, :method => 'get') do %> -

- <%= l(:label_view_diff) %>: - - -

-<% end %> -<%= render :partial => 'common/diff', :locals => {:diff => @diff, :diff_type => @diff_type, :diff_style => nil} %> + <%= form_tag({}, :method => 'get') do %> +

+ <%= l(:label_view_diff) %>: + + +

+ <% end %> + <%= render :partial => 'common/diff', :locals => {:diff => @diff, :diff_type => @diff_type, :diff_style => nil} %> <% end %> diff --git a/app/views/attachments/file.html.erb b/app/views/attachments/file.html.erb index e691249..af5ea78 100644 --- a/app/views/attachments/file.html.erb +++ b/app/views/attachments/file.html.erb @@ -1,4 +1,4 @@ <%= render :layout => 'layouts/file' do %> -  -<%= render :partial => 'common/file', :locals => {:content => @content, :filename => @attachment.filename} %> +   + <%= render :partial => 'common/file', :locals => {:content => @content, :filename => @attachment.filename} %> <% end %>