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
This commit is contained in:
parent
e39d7a0ca8
commit
06bc4e50ef
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue