mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16:06: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/flash'
|
||||
|
||||
= yield(:post_form)
|
||||
= yield
|
||||
|
||||
- if flash[:js]
|
||||
|
|
|
@ -45,3 +45,6 @@
|
|||
|
||||
-# Botones de guardado
|
||||
= render 'posts/submit', site: site, post: post
|
||||
|
||||
-# Formularios usados por los modales
|
||||
= yield(:post_form)
|
||||
|
|
|
@ -40,3 +40,5 @@
|
|||
|
||||
-# Dibuja cada atributo
|
||||
= render 'posts/attributes', site: site, post: post, dir: dir, base: base, locale: locale, except: except
|
||||
|
||||
= yield(:post_form)
|
||||
|
|
Loading…
Reference in a new issue