5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-04 17:05:45 +00:00
panel/app/views/posts/attribute_ro/_related_posts.haml

12 lines
409 B
Plaintext
Raw Permalink Normal View History

2020-01-28 21:05:59 +00:00
%tr{ id: attribute }
%th= post_label_t(attribute, post: post)
%td
%ul{ dir: dir, lang: locale }
2020-01-28 21:05:59 +00:00
- metadata.value.each do |v|
- p = site.posts(lang: post.lang.value).find(v, uuid: true)
-#
XXX: Ignorar todos los posts no encontrados (ej: fueron
borrados o el uuid cambió)
- next unless p
%li= link_to p.title.value, site_post_path(site, p.id)