Sha256: 045119d67f0d693dcb4ad726edf0b8e44b978f240873d4df30fc442417c58cb1
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
<%= index_field_wrapper field: @field do %> <% if @field.value.present? %> <%= image_tag @field.value, height: @field.height, width: @field.width, style: "border-radius: #{@field.radius}px; max-height: #{@field.height}#{@field.height.to_s&.ends_with?('px') ? '' : 'px'};" %> <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
avo-2.0.0 | app/components/avo/fields/external_image_field/index_component.html.erb |