mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 01:56:21 +00:00
10 lines
402 B
Text
10 lines
402 B
Text
%tr{ id: attribute }
|
|
%th= post_label_t(attribute, post: post)
|
|
%td
|
|
%ul{ dir: dir, lang: locale }
|
|
- site.indexed_posts.where(locale: post.lang.value, post_id: metadata.value).find_each do |p|
|
|
-#
|
|
XXX: Ignorar todos los posts no encontrados (ej: fueron
|
|
borrados o el uuid cambió)
|
|
- next unless p
|
|
%li= link_to p.title, site_post_path(site, p.path)
|