5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-02 14:16:08 +00:00
panel/app/views/posts/attribute_ro/_has_and_belongs_to_many.haml
2021-02-12 11:26:00 -03:00

7 lines
205 B
Plaintext

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