5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 23:46:22 +00:00
panel/app/views/posts/attribute_ro/_has_many.haml

6 lines
238 B
Text

%tr{ id: attribute }
%th= post_label_t(attribute, post: post)
%td
%ul{ dir: dir, lang: locale }
- site.indexed_posts.where(post_id: metadata.value).find_each do |p|
%li= link_to p.title, site_post_path(site, p.path)