debian-mirror-gitlab/app/views/projects/issues/_form.html.haml
2021-04-17 20:07:23 +05:30

4 lines
196 B
Text

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