Merge pull request #6087 from pgolm/fix/link_to_merge_request_diff_line_note
fix: link_to_merge_request_diff_line_note
This commit is contained in:
commit
9e6f4d3614
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module NotesHelper
|
|||
|
||||
def link_to_merge_request_diff_line_note(note)
|
||||
if note.for_merge_request_diff_line? and note.diff
|
||||
link_to "#{note.diff_file_name}:L#{note.diff_new_line}", diffs_project_merge_request_path(note.project, note.noteable_id, anchor: note.line_code)
|
||||
link_to "#{note.diff_file_name}:L#{note.diff_new_line}", diffs_project_merge_request_path(note.project, note.noteable, anchor: note.line_code)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue