From 368e6fdd5e1e2ca9398aa89718f92b45ddea54b6 Mon Sep 17 00:00:00 2001 From: Jan Schulz-Hofen Date: Wed, 17 Feb 2016 15:19:41 +0700 Subject: [PATCH 2/4] Whitespace only change --- 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 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 %> -- 2.4.0