gitlabhq/app/views/notes/_discussion_reply_button.html.haml
2013-01-02 20:49:27 +01:00

11 lines
404 B
Plaintext

= link_to "javascript:;",
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
%i.icon-comment
Reply