summaryrefslogtreecommitdiff
path: root/app/views/projects/issues/_form.html.haml
blob: 1be1087b36f9e5fd9afb4b639f7ac2758611cd3c (plain)
1
2
3
= 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