Sha256: 527a9d0ec77aa97aedd36a10cbfdbc20a79588bdcb253e882829390a7d5d49de

Contents?: true

Size: 194 Bytes

Versions: 3

Compression:

Stored size: 194 Bytes

Contents

<% if item.send(field).present? %>
  <div class="controls file-preview">
    <%= image_tag item.send(field).url(item.send(field).styles.keys.first) %>
  </div>
<% end %>
<%= form.input field %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
brightcontent-core-2.1.0 app/views/brightcontent/base/form_fields/_file.html.erb
brightcontent-core-2.0.33 app/views/brightcontent/fields/_file.html.erb
brightcontent-core-2.0.31 app/views/brightcontent/fields/_file.html.erb