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: 34e46807fb6436d60b29462e2f91bd57e3b308b6 (plain)
1
2
3
= form_for [@project, @issue],
  html: { class: 'issue-form common-note-form gl-mt-3 js-quick-submit gl-show-field-errors' } do |f|
  = render 'shared/issuable/form', f: f, issuable: @issue