Sha256: 6bd80c0ed82c5d4dc581e00ee679276fdc33acb426fdcf4a3df55a619ac66c38

Contents?: true

Size: 544 Bytes

Versions: 1

Compression:

Stored size: 544 Bytes

Contents

<% if object.image_url.present? %>
  <%= pb_content_tag(object.tag,
      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 %>
  <%= pb_content_tag(object.tag,
      style: object.custom_background_color
  ) do %>
    <%= content.presence %>
  <% end %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
playbook_ui-13.24.0.pre.alpha.play1305drycontenttag2689 app/pb_kits/playbook/pb_background/background.html.erb