mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 23:16:22 +00:00
fix: poder abrir modales
This commit is contained in:
parent
2a6fafcb9c
commit
f23e451793
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
= hidden_field_tag name, ''
|
= hidden_field_tag name, ''
|
||||||
.d-flex.align-items-center.justify-content-between
|
.d-flex.align-items-center.justify-content-between
|
||||||
= label_tag id, post_label_t(attribute, post: post), class: 'h3'
|
= label_tag id, post_label_t(attribute, post: post), class: 'h3'
|
||||||
= render 'bootstrap/btn', content: t('.edit'), action: 'modal#showAnother', data: { 'modal-show-value': modal_id }, id: random_id
|
= render 'bootstrap/btn', content: t('.edit'), data: { action: 'modal#showAnother', 'modal-show-value': modal_id }, id: random_id
|
||||||
|
|
||||||
-# Aquí se reemplaza por la tarjeta y el UUID luego de guardar
|
-# Aquí se reemplaza por la tarjeta y el UUID luego de guardar
|
||||||
.row.no-gutters.placeholder-glow{ id: target_id }
|
.row.no-gutters.placeholder-glow{ id: target_id }
|
||||||
|
|
Loading…
Reference in a new issue