gitlab-org--gitlab-foss/app/views/projects/issues/_form.html.haml

4 lines
188 B
Plaintext

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