Update links for inline comments to use data-* attributes
This commit is contained in:
parent
20e009a40a
commit
653f7ec4fb
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
%tr.line_notes_row.reply
|
||||
%td{colspan: 3}
|
||||
%i.icon-comment
|
||||
= link_to "Reply", "#", class: "line_note_reply_link", "line_code" => line_code, title: "Add note for this line"
|
||||
= link_to "Reply", "#", class: "line_note_reply_link", data: { line_code: line_code }, title: "Add note for this line"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue