Commit 84043e8e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix lines and line numbers being squashed in File -> blame

parent 235605fc
......@@ -38,9 +38,11 @@
- current_line += 1
- else
- lines.each do |line|
= current_line
:preserve
#{current_line}
- current_line += 1
%td.lines
%pre
- lines.each do |line|
= line
:preserve
#{line}
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