5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-04 23:06:57 +00:00
panel/app/views/posts/attribute_ro/_has_one.haml

7 lines
195 B
Text
Raw Normal View History

2023-04-08 20:26:56 +00:00
%tr{ id: attribute }
%th= post_label_t(attribute, post: post)
%td{ dir: dir, lang: locale }
- p = metadata.belongs_to
- if p
= link_to p.title.value, site_post_path(site, p.id)