diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-20 17:30:21 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-20 17:30:21 +0100 |
commit | 2dbfa1de27f5123b4be75b46cdebfae1f3fdbdeb (patch) | |
tree | 45d8f81818aec9d6db211a4495a6b98e9147386b | |
parent | 28faa9719d70867f6ca0b0fb6b9fbf125812eb47 (diff) | |
download | gitlab-ce-2dbfa1de27f5123b4be75b46cdebfae1f3fdbdeb.tar.gz |
Put back removed line numberdiff-link-fix
-rw-r--r-- | app/views/projects/blob/diff.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/blob/diff.html.haml b/app/views/projects/blob/diff.html.haml index 88d51b00e3e..5926d181ba3 100644 --- a/app/views/projects/blob/diff.html.haml +++ b/app/views/projects/blob/diff.html.haml @@ -10,7 +10,7 @@ %tr.line_holder{ id: line_old } %td.old_line.diff-line-num{ data: { linenumber: line_old } } = link_to raw(line_old), "##{line_old}" - %td.new_line.diff-line-num + %td.new_line.diff-line-num{ data: { linenumber: line_old } } = link_to raw(line_new) , "##{line_old}" %td.line_content.noteable_line==#{' ' * @form.indent}#{line} |