debian-mirror-gitlab/app/views/projects/issues/_form.html.haml
2020-10-24 23:57:45 +05:30

3 lines
188 B
Text

= 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