Sha256: 0b12ceabd7306f7c9cd4ddafc969f29885bf4f9353094abd55c287c7e6d9a01e

Contents?: true

Size: 224 Bytes

Versions: 8

Compression:

Stored size: 224 Bytes

Contents

<% if (attachments = field.value(record)) && attachments.attached? %>
  <% attachments.each do |attachment| %>
    <div>
      <%= link_to attachment.filename, attachment, target: :_blank %>
    </div>
  <% end %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
madmin-1.2.0 app/views/madmin/fields/attachments/_show.html.erb
madmin-1.1.0 app/views/madmin/fields/attachments/_show.html.erb
madmin-1.0.2 app/views/madmin/fields/attachments/_show.html.erb
madmin-1.0.1 app/views/madmin/fields/attachments/_show.html.erb
madmin-1.0.0 app/views/madmin/fields/attachments/_show.html.erb
madmin-1.0.0.beta2 app/views/madmin/fields/attachments/_show.html.erb
madmin-1.0.0.beta1 app/views/madmin/fields/attachments/_show.html.erb
madmin-0.1.1 app/views/madmin/fields/attachments/_show.html.erb