From c75157ac4ae830c309b397b43c732a38fe290faf Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 11 Apr 2016 19:15:47 +0000 Subject: Whitespace only change (#22058). Patch by Jan Schulz-Hofen. git-svn-id: http://svn.redmine.org/redmine/trunk@15323 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/attachments/diff.html.erb | 16 ++++++++-------- app/views/attachments/file.html.erb | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/views/attachments/diff.html.erb b/app/views/attachments/diff.html.erb index 5f5f4d7eb..0bd802df2 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 e69124923..af5ea78dc 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 %> -- cgit v1.2.3