Sha256: 99a614def1853bb38a8a82249578d4ea7a1a1adbdf5af228329128aae70f9b5b
Contents?: true
Size: 311 Bytes
Versions: 30
Compression:
Stored size: 311 Bytes
Contents
<%= index_field_wrapper field: @field, flush: true do %> <% if @field.value.present? %> <%= image_tag @field.value, height: @field.height, style: "border-radius: #{@field.radius}px; max-height: #{@field.height}#{@field.height.to_s&.ends_with?('px') ? '' : 'px'};" %> <% end %> <% end %>
Version data entries
30 entries across 30 versions & 1 rubygems