Sha256: 3849c4380eb4983b6dc8e904dc1426e2415d631ed8559360ea1bdeeb4faffdc4

Contents?: true

Size: 407 Bytes

Versions: 2

Compression:

Stored size: 407 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-blue-500 underline" %>
  <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
madmin-1.2.11 app/views/madmin/fields/attachment/_show.html.erb
madmin-1.2.10 app/views/madmin/fields/attachment/_show.html.erb