gitlabhq/app/views/notes/_per_line_note_link.html.haml

7 lines
233 B
Text
Raw Normal View History

= link_to "",
"#",
id: "line-note-#{line_code}",
class: "line_note_link",
data: @comments_target.merge({ line_code: line_code }),
title: "Add comment on line #{line_code[/[0-9]+$/]}"