From: Toshi MARUYAMA Date: Sun, 20 Nov 2011 09:44:58 +0000 (+0000) Subject: code layout clean up app/views/common/_diff.html.erb X-Git-Tag: 1.3.0~148 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=06bc4e50ef5742c33b266b785bd0c49d6216dd07;p=redmine.git code layout clean up app/views/common/_diff.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7864 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/common/_diff.html.erb b/app/views/common/_diff.html.erb index 9967a6810..1f3f82540 100644 --- a/app/views/common/_diff.html.erb +++ b/app/views/common/_diff.html.erb @@ -1,4 +1,6 @@ -<% diff = Redmine::UnifiedDiff.new(diff, :type => diff_type, :max_lines => Setting.diff_max_lines_displayed.to_i) -%> +<% diff = Redmine::UnifiedDiff.new( + diff, :type => diff_type, + :max_lines => Setting.diff_max_lines_displayed.to_i) -%> <% diff.each do |table_file| -%>