76ed2afcfc
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!
6 lines
150 B
Text
6 lines
150 B
Text
%form.js-quick-submit{ action: '/foo' }
|
|
%input{ type: 'text' }
|
|
%textarea
|
|
|
|
%input{ type: 'submit'} Submit
|
|
%button.btn{ type: 'submit' } Submit
|