summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_form.html.haml
blob: 2c5ffd8537276bc74527c5e7c86c6c0553203f56 (plain)
1
2
= form_for [@project.namespace.becomes(Namespace), @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