Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_form.html.haml « issues « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dcc8000c0c51bc914f853dadfd1e2e5785cf998c (plain)
1
2
3
= form_for [@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