Fix comment and reply buttons
This commit is contained in:
parent
db2c15369c
commit
7335f366dc
4 changed files with 4 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
class: "add-diff-note js-add-diff-note-button",
|
||||
data: { noteable_type: note.noteable_type,
|
||||
noteable_id: note.noteable_id,
|
||||
commit_id: note.commit_id,
|
||||
line_code: note.line_code,
|
||||
discussion_id: note.discussion_id },
|
||||
title: "Add a comment to this line"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
class: "btn reply-btn js-discussion-reply-button",
|
||||
data: { noteable_type: note.noteable_type,
|
||||
noteable_id: note.noteable_id,
|
||||
commit_id: note.commit_id,
|
||||
line_code: note.line_code,
|
||||
discussion_id: note.discussion_id },
|
||||
title: "Add a reply" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue