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

3 lines
232 B
Plaintext

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