mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:16:23 +00:00
fix: generar los formularios asociados
This commit is contained in:
parent
bb8ef69b49
commit
8c6a70af2b
3 changed files with 5 additions and 1 deletions
|
@ -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]
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue