1
0
mirror of https://github.com/danbee/danbarberphoto synced 2025-03-04 08:49:07 +00:00
danbarberphoto/app/views/fields/image/_form.html.erb
Dan Barber 1f35c7210e Customise administrate
We've added some custom field types for dragonfly images,
text fields and markdown fields.
2015-10-26 14:26:32 +00:00

4 lines
148 B
Plaintext

<%= f.label field.attribute %>
<%= image_tag field.data.thumb('32x32#').url, alt: nil if field.data.present? %>
<%= f.file_field field.attribute %>