debian-mirror-gitlab/app/views/projects/issues/_form.html.haml
2022-06-21 17:19:12 +05:30

3 lines
234 B
Text

= gitlab_ui_form_for [@project, @issue],
html: { class: 'issue-form common-note-form gl-mt-3 js-quick-submit gl-show-field-errors', data: issues_form_data(@project) } do |f|
= render 'shared/issuable/form', f: f, issuable: @issue