mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 05:36:22 +00:00
fixup! fix: editar desde el panel
This commit is contained in:
parent
a62039b50a
commit
6e34087777
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
%tr{ id: attribute }
|
%tr{ id: attribute }
|
||||||
%th= post_label_t(attribute, post: post)
|
%th= post_label_t(attribute, post: post)
|
||||||
%td{ dir: dir, lang: locale }
|
%td{ dir: dir, lang: locale }
|
||||||
- p = metadata.belongs_to
|
- p = metadata.has_one
|
||||||
- if p
|
- if p
|
||||||
= link_to p.title.value, site_post_path(site, p.id)
|
= link_to p.title.value, site_post_path(site, p.id)
|
||||||
|
|
Loading…
Reference in a new issue