Sha256: ee3eab9996ce85287b8dd475d53b33d9392743a7c252b71dae846441aef42e30

Contents?: true

Size: 437 Bytes

Versions: 1

Compression:

Stored size: 437 Bytes

Contents

<%#
# Carrierwave Show Partial

This partial renders the URL of the attachment as a link that
opens in a new window/tab, and an optional image preview

## Local variables:

- `field`:
  An instance of Administrate::Field::Carrierwave.
  A wrapper around the attribute pulled from the database.
%>

<%= render 'fields/carrierwave/preview', field: field %>
<%= link_to field.basename, field.url, title: field.filename, target: '_blank' %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
administrate-field-carrierwave-0.0.3 app/views/fields/carrierwave/_show.html.erb