mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 07:21:43 +00:00
12 lines
383 B
Text
12 lines
383 B
Text
|
%tr{ id: attribute }
|
||
|
%th= post_label_t(attribute, post: post)
|
||
|
%td
|
||
|
%ul
|
||
|
- 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)
|