Skip to content
Snippets Groups Projects
Commit 84043e8e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

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

parent 235605fc
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment