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

8 lines
262 B
Plaintext
Raw Normal View History

%tr{ id: attribute }
%th= post_label_t(attribute, :path, post: post)
%td
2019-08-20 21:59:54 +00:00
- if metadata.value['path'].present?
%figure
= image_tag metadata.value['path'], alt: metadata.value['description']
%figcaption= metadata.value['description']