debian-mirror-gitlab/app/views/shared/notes/_comment_button.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
299 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- noteable_name = @note.noteable.human_class_name
2021-11-18 22:05:49 +05:30
.js-comment-type-dropdown.float-left.gl-sm-mr-3{ data: { noteable_name: noteable_name } }
2021-04-29 21:17:54 +05:30
%input.btn.gl-button.btn-confirm.js-comment-button.js-comment-submit-button{ type: 'submit', value: _('Comment'), data: { qa_selector: 'comment_button' } }