Commit 2cd5aa69 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fixed ... in diff file first line

parent 8db72a28
......@@ -8,12 +8,14 @@
- next if line.match(/^--- a/)
- next if line.match(/^\+\+\+ b/)
- if line.match(/^@@ -/)
- unless line_old.zero? && line_new.zero?
%tr.line_holder
%td.old_line= "..."
%td.new_line= "..."
%td.line_content  
- line_old = line.match(/\-[0-9]*/)[0].to_i.abs rescue 0
- line_new = line.match(/\+[0-9]*/)[0].to_i.abs rescue 0
%tr.line_holder
%td.old_line= "..."
%td.new_line= "..."
%td.line_content  
- next
- full_line = html_escape(line.gsub(/\n/, ''))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment