2012-10-29 15:55:37 +01:00
|
|
|
= link_to "",
|
|
|
|
"#",
|
2012-12-02 20:53:50 +01:00
|
|
|
id: "add-diff-line-note-#{line_code}",
|
|
|
|
class: "line_note_link js-note-add-to-diff-line",
|
2012-10-29 15:55:37 +01:00
|
|
|
data: @comments_target.merge({ line_code: line_code }),
|
2012-12-02 20:53:50 +01:00
|
|
|
title: "Add a comment to this line"
|