Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/notes/discussions/_legacy_diff_with_notes.html.haml')
-rw-r--r--app/views/projects/notes/discussions/_legacy_diff_with_notes.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/notes/discussions/_legacy_diff_with_notes.html.haml b/app/views/projects/notes/discussions/_legacy_diff_with_notes.html.haml
index 3ab11f6461d..6401245bf73 100644
--- a/app/views/projects/notes/discussions/_legacy_diff_with_notes.html.haml
+++ b/app/views/projects/notes/discussions/_legacy_diff_with_notes.html.haml
@@ -15,7 +15,7 @@
%table
- note.truncated_diff_lines.each do |line|
- type = line.type
- - line_code = generate_line_code(note.file_path, line)
+ - line_code = generate_line_code(note.diff_file_path, line)
%tr.line_holder{ id: line_code, class: "#{type}" }
- if type == "match"
%td.old_line.diff-line-num= "..."