Sha256: 46bbfc4fbdf623bdb05964b5f1f35b93ed8626b26e6a8cc74608b282a924e332

Contents?: true

Size: 425 Bytes

Versions: 5

Compression:

Stored size: 425 Bytes

Contents

<% if (attachments = field.value(record)) && attachments.attached? %>
  <% attachments.each do |attachment| %>
    <% if attachment.variable? %>
      <%= link_to attachment, target: :_blank do %>
        <%= image_tag attachment, class: "max-h-32" %>
      <% end %>
    <% else %>
      <%= link_to attachment.filename, attachment, target: :_blank, class: "text-indigo-500 underline" %>
    <% end %>
  <% end %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
madmin-1.2.5 app/views/madmin/fields/attachments/_show.html.erb
madmin-1.2.4 app/views/madmin/fields/attachments/_show.html.erb
madmin-1.2.3 app/views/madmin/fields/attachments/_show.html.erb
madmin-1.2.2 app/views/madmin/fields/attachments/_show.html.erb
madmin-1.2.1 app/views/madmin/fields/attachments/_show.html.erb