Sha256: 8ff91c4f876700ab0cf9d0a1fa01496396fd30dedd85375a0fc1c8e2291b3d78

Contents?: true

Size: 409 Bytes

Versions: 4

Compression:

Stored size: 409 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
madmin-1.2.9 app/views/madmin/fields/attachment/_show.html.erb
madmin-1.2.8 app/views/madmin/fields/attachment/_show.html.erb
madmin-1.2.7 app/views/madmin/fields/attachment/_show.html.erb
madmin-1.2.6 app/views/madmin/fields/attachment/_show.html.erb