mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
%form.js-quick-submit{ action: '/foo' }
|
|
%input{ type: 'text' }
|
|
%textarea
|
|
|
|
%input{ type: 'submit'} Submit
|
|
%button.btn{ type: 'submit' } Submit
|