Emilias-Site/app/views/test/images/_image.html.erb

6 lines
151 B
Text

<div class="image-entry">
<h3><%= image.title %></h3>
<% if image.file.attached? %>
<%= image_tag image.file, width: 300 %>
<% end %>
</div>