Sha256: c82d1dc58dd572ae8e70d8ed005e89500e6902410f9ecb21af2c98263fed3ba3

Contents?: true

Size: 342 Bytes

Versions: 3

Compression:

Stored size: 342 Bytes

Contents

<%#
# Carrierwave Index Partial

This partial renders the URL of the attachment as a link that
opens in a new window/tab

## Local variables:

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

<%= link_to 'View', field.url, title: field.filename, target: '_blank' %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
administrate-field-carrierwave-0.0.3 app/views/fields/carrierwave/_index.html.erb
administrate-field-carrierwave-0.0.2 app/views/fields/carrierwave/_index.html.erb
administrate-field-carrierwave-0.0.1 app/views/fields/carrierwave/_index.html.erb