Sha256: b672a0e6de7bc187ca47d29c6d5bb02959ce8cd6ed9ab6610641a0760496619c
Contents?: true
Size: 476 Bytes
Versions: 553
Compression:
Stored size: 476 Bytes
Contents
<%= content_tag(:div, aria: object.aria, class: object.classname, data: object.data, id: object.id, **combined_html_options) do %> <div class="pb_popover_tooltip hide" id="<%= object.tooltip_id %>" role="tooltip" style="<%= object.z_index_helper %>"> <div class="pb_popover_body <%= object.width_height_class_helper %> <%= object.popover_spacing_helper %>" style="<%= object.width_height_helper %>"> <%= content.presence %> </div> </div> <% end %>
Version data entries
553 entries across 553 versions & 1 rubygems