Sha256: 7802c3ed0f0ccb6659d88407d1ae535f8ba821caf4160b28c9e53fbbca7b7312
Contents?: true
Size: 742 Bytes
Versions: 72
Compression:
Stored size: 742 Bytes
Contents
<% if object.image_url.present? %> <%= content_tag(object.tag, aria: object.aria, data: object.data, id: object.id, class: object.classname, style: "background-image: url('#{object.image_url}'); background-repeat: #{object.background_repeat}; background-size: #{object.background_size}; background-position: #{object.background_position};", **combined_html_options ) do %> <%= content.presence %> <% end %> <% else %> <%= content_tag(object.tag, aria: object.aria, data: object.data, id: object.id, class: object.classname, style: object.custom_background_color ) do %> <%= content.presence %> <% end %> <% end %>
Version data entries
72 entries across 72 versions & 1 rubygems