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