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

quick_submit.html.haml « behaviors « fixtures « javascripts « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3788bee8131e2aaf20b3121a86a495469a3f3f5 (plain)
1
2
3
4
5
6
%form.js-quick-submit{ action: '/foo' }
  %input{ type: 'text' }
  %textarea

  %input{ type: 'submit'} Submit
  %button.btn{ type: 'submit' } Submit