debian-mirror-gitlab/app/views/projects/issues/_form.html.haml
2022-05-07 20:08:51 +05:30

3 lines
190 B
Text

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