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

4 lines
196 B
Text
Raw Normal View History

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