gitlabhq/app/views/notes/_per_line_note_link.html.haml
2012-12-03 22:51:55 +01:00

7 lines
250 B
Plaintext

= link_to "",
"#",
id: "add-diff-line-note-#{line_code}",
class: "line_note_link js-note-add-to-diff-line",
data: @comments_target.merge({ line_code: line_code }),
title: "Add a comment to this line"