sutty/app/views/posts/attribute_ro/_image.haml

7 lines
215 B
Text
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']