5
0
Fork 0
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:
f 2024-05-27 15:16:24 -03:00
parent c150acbd6f
commit d8a7816c65
No known key found for this signature in database

View file

@ -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'