diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-20 09:44:58 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-11-20 09:44:58 +0000 |
commit | 06bc4e50ef5742c33b266b785bd0c49d6216dd07 (patch) | |
tree | a89fc6a1e9c26329fee03db4970fa507deba2aaa /app/views/common | |
parent | e39d7a0ca8d9dcadafc508481ee5831bd1e41cf6 (diff) | |
download | redmine-06bc4e50ef5742c33b266b785bd0c49d6216dd07.tar.gz redmine-06bc4e50ef5742c33b266b785bd0c49d6216dd07.zip |
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
Diffstat (limited to 'app/views/common')
-rw-r--r-- | app/views/common/_diff.html.erb | 4 |
1 files changed, 3 insertions, 1 deletions
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| -%> <div class="autoscroll"> |