5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 15:46:21 +00:00

fix: generar los formularios asociados

This commit is contained in:
f 2024-05-24 13:10:55 -03:00
parent bb8ef69b49
commit 8c6a70af2b
No known key found for this signature in database
3 changed files with 5 additions and 1 deletions

View file

@ -25,7 +25,6 @@
= render 'layouts/breadcrumb' = render 'layouts/breadcrumb'
= render 'layouts/flash' = render 'layouts/flash'
= yield(:post_form)
= yield = yield
- if flash[:js] - if flash[:js]

View file

@ -45,3 +45,6 @@
-# Botones de guardado -# Botones de guardado
= render 'posts/submit', site: site, post: post = render 'posts/submit', site: site, post: post
-# Formularios usados por los modales
= yield(:post_form)

View file

@ -40,3 +40,5 @@
-# Dibuja cada atributo -# Dibuja cada atributo
= render 'posts/attributes', site: site, post: post, dir: dir, base: base, locale: locale, except: except = render 'posts/attributes', site: site, post: post, dir: dir, base: base, locale: locale, except: except
= yield(:post_form)