BigW Consortium Gitlab

_form.html.haml 232 Bytes
Newer Older
1
= 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|
2
  = render 'shared/issuable/form', f: f, issuable: @issue