Sha256: a8638ede5fd647e06f07e76fcd43da1eb761d0fcc778b2e13acac8bc35dc697b

Contents?: true

Size: 356 Bytes

Versions: 5

Compression:

Stored size: 356 Bytes

Contents

<% if (attachment = field.value(record)) && attachment.attached? %>
  <% 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 %>

Version data entries

5 entries across 5 versions & 1 rubygems

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