2012-02-24 21:19:47 +01:00
|
|
|
%tr.line_notes_row.reply
|
2012-08-11 00:07:50 +02:00
|
|
|
%td{colspan: 3}
|
2012-12-02 20:53:50 +01:00
|
|
|
= link_to "javascript:;",
|
|
|
|
class: "line_note_reply_link js-note-add-to-diff-line",
|
2012-10-29 15:55:37 +01:00
|
|
|
data: { line_code: note.line_code,
|
|
|
|
noteable_type: note.noteable_type,
|
|
|
|
noteable_id: note.noteable_id },
|
2012-12-02 20:53:50 +01:00
|
|
|
title: "Add a comment to this line" do
|
2012-10-29 15:55:37 +01:00
|
|
|
%i.icon-comment
|
|
|
|
Reply
|