19 lines
502 B
Plaintext
19 lines
502 B
Plaintext
<div id="image" class="small-12 column text-center image-preview">
|
|
<figure>
|
|
<%= image_tag image.attachment.url(version),
|
|
class: image_class(image),
|
|
alt: image.title.unicode_normalize,
|
|
title: image.title.unicode_normalize %>
|
|
<% if show_caption %>
|
|
<figcaption class="text-right">
|
|
<em><%= image.title.unicode_normalize %></em>
|
|
</figcaption>
|
|
<% end %>
|
|
</figure>
|
|
|
|
<% if show_caption %>
|
|
<hr>
|
|
<% end %>
|
|
|
|
</div>
|