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