debian-mirror-gitlab/app/views/projects/issues/_form.html.haml

4 lines
190 B
Text
Raw Normal View History

2020-10-24 23:57:45 +05:30
= form_for [@project, @issue],
2022-05-07 20:08:51 +05:30
html: { class: 'issue-form common-note-form gl-mt-3 js-quick-submit gl-show-field-errors' } do |f|
2015-12-23 02:04:40 +05:30
= render 'shared/issuable/form', f: f, issuable: @issue