5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-04 23:06:57 +00:00

fixup! fix: editar desde el panel

This commit is contained in:
f 2023-04-08 17:28:45 -03:00
parent a62039b50a
commit 6e34087777

View file

@ -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)