docbrown/app/views/fields/carrierwave_field/_show.html.erb

1 line
128 B
Text

<%= image_tag(field.url, style: "background-color:#d9d9d9;max-width:400px", alt: field.attribute.to_s.humanize) if field.url %>