Commit 0e4b2395 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

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

parent ef968fd0
......@@ -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