Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_comment_button.html.haml « notes « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e880a36e2923d4fc4259a8adc24fd4e55aeb602 (plain)
1
2
3
4
- noteable_name = @note.noteable.human_class_name

.js-comment-type-dropdown.float-left.gl-sm-mr-3{ data: { noteable_name: noteable_name } }
  %input.btn.gl-button.btn-confirm.js-comment-button.js-comment-submit-button{ type: 'submit', value: _('Comment'), data: { qa_selector: 'comment_button' } }