Sha256: d5a923f4168ba5639fed5b0d9e5d83be5f3e61ba8d9902c24bca21397a36527a

Contents?: true

Size: 453 Bytes

Versions: 5

Compression:

Stored size: 453 Bytes

Contents

<% if object.present? && object.file.present? %>

  <% if object.url.present? %>
    <%= link_to object.url do %>
      <%= image_tag object.file.size_1024x640.url, alt: '', class: 'img-fluid' %>
    <% end %>

  <% else %>
    <%= image_tag object.file.size_1024x640.url, alt: '', class: 'img-fluid' %>
  <% end %>

  <% if object.caption.present? %>
    <div class="text-center">
      <%= object.caption.html_safe %>
    </div>
  <% end %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
udongo-1.0.3 app/views/backend/content/_image.html.erb
udongo-1.0.2 app/views/backend/content/_image.html.erb
udongo-1.0.1 app/views/backend/content/_image.html.erb
udongo-1.0.0 app/views/backend/content/_image.html.erb
udongo-0.1.0 app/views/backend/content/_image.html.erb