mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 16:56:22 +00:00
fix: cancelar el formulario
This commit is contained in:
parent
c150acbd6f
commit
d8a7816c65
1 changed files with 2 additions and 0 deletions
|
@ -96,3 +96,5 @@
|
||||||
%div{ id: post_form_loaded_id }
|
%div{ id: post_form_loaded_id }
|
||||||
- content_for :"#{post_id}_footer" do
|
- content_for :"#{post_id}_footer" do
|
||||||
= render 'bootstrap/btn', form: form_id, content: t('.save'), type: 'submit'
|
= render 'bootstrap/btn', form: form_id, content: t('.save'), type: 'submit'
|
||||||
|
-# @todo: Volver al otro modal
|
||||||
|
= render 'bootstrap/btn', content: t('.cancel'), action: 'modal#hide'
|
||||||
|
|
Loading…
Reference in a new issue