Sha256: f3c05287892326e72ca216b5f0c2679ddb0549b7a0b6f924ef86b4e847e26f22

Contents?: true

Size: 605 Bytes

Versions: 226

Compression:

Stored size: 605 Bytes

Contents

<figure class="attachment attachment--<%= blob.representable? ? "preview" : "file" %> attachment--<%= blob.filename.extension %>">
  <% if blob.representable? %>
    <%= image_tag blob.representation(resize_to_limit: local_assigns[:in_gallery] ? [ 800, 600 ] : [ 1024, 768 ]) %>
  <% end %>

  <figcaption class="attachment__caption">
    <% if caption = blob.try(:caption) %>
      <%= caption %>
    <% else %>
      <span class="attachment__name"><%= blob.filename %></span>
      <span class="attachment__size"><%= number_to_human_size blob.byte_size %></span>
    <% end %>
  </figcaption>
</figure>

Version data entries

226 entries across 221 versions & 21 rubygems

Version Path
panda_cms-0.6.3 app/views/active_storage/blobs/blobs/_blob.html.erb
panda_cms-0.6.2 app/views/active_storage/blobs/blobs/_blob.html.erb
panda_cms-0.6.1 app/views/active_storage/blobs/blobs/_blob.html.erb
actiontext-8.0.0 app/views/active_storage/blobs/_blob.html.erb
panda_cms-0.6.0 app/views/active_storage/blobs/blobs/_blob.html.erb
actiontext-7.2.2 app/views/active_storage/blobs/_blob.html.erb
actiontext-7.1.5 app/views/active_storage/blobs/_blob.html.erb
actiontext-8.0.0.rc2 app/views/active_storage/blobs/_blob.html.erb
township-0.1.0 app/views/active_storage/blobs/_blob.html.erb
actiontext-7.2.1.2 app/views/active_storage/blobs/_blob.html.erb
actiontext-7.1.4.2 app/views/active_storage/blobs/_blob.html.erb
actiontext-7.0.8.6 app/views/active_storage/blobs/_blob.html.erb
actiontext-6.1.7.10 app/views/active_storage/blobs/_blob.html.erb
actiontext-8.0.0.rc1 app/views/active_storage/blobs/_blob.html.erb
actiontext-6.1.7.9 app/views/active_storage/blobs/_blob.html.erb
actiontext-7.2.1.1 app/views/active_storage/blobs/_blob.html.erb
actiontext-7.1.4.1 app/views/active_storage/blobs/_blob.html.erb
actiontext-7.0.8.5 app/views/active_storage/blobs/_blob.html.erb
panda_cms-0.5.10 app/views/active_storage/blobs/blobs/_blob.html.erb
panda_cms-0.5.9 app/views/active_storage/blobs/blobs/_blob.html.erb