Files
grecia/app/views/images/_image.html.erb
Senén Rodero Rodríguez eef8ad1b73 Remove images single uploads
2017-09-27 10:41:48 +02:00

18 lines
436 B
Plaintext

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