debian-mirror-gitlab/app/views/projects/issues/_form.html.haml
2017-08-17 22:00:37 +05:30

2 lines
232 B
Text

= 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