11 lines
357 B
Plaintext
11 lines
357 B
Plaintext
%tr.line_notes_row.reply
|
|
%td{colspan: 3}
|
|
= link_to "#",
|
|
class: "line_note_reply_link",
|
|
data: { line_code: note.line_code,
|
|
noteable_type: note.noteable_type,
|
|
noteable_id: note.noteable_id },
|
|
title: "Add note for this line" do
|
|
%i.icon-comment
|
|
Reply
|