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

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

parent ef968fd0
No related branches found
No related tags found
19 merge requests!104685 0 stable,!52746 1 stable,!3933Merge 5.0.1 into 5.1,!3723Patch 1,!3653Corrected command to create the git user #3650,!3635Swapped gem db configs,!3605Patch 1,!3580Implemented code search feature,!3565Added missing chr.,!3529Updating installation guide for 5.0,!3524Patch 1,!3450Patch 1,!3423Update installation.md : add libpq-dev,!3421Synchronize the user name.,!3344Default user is 'git', not 'gitlab'.,!3340Addition to installation instructions,!3366Fixed Typo,!3323Fix small typo in installation guide,!3320Add libmysqlclient-dev to required packages
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