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

7 lines
215 B
Plaintext
Raw Normal View History

%tr{ id: attribute }
%th= post_label_t(attribute, :path, post: post)
%td
%figure
= image_tag metadata.value['path'], alt: metadata.value['description']
%figcaption= metadata.value['description']