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

4 lines
227 B
Text
Raw Normal View History

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