Sha256: 54befcb17f7ef3a8c915ac43dbe1b9e31f0924df8afadef41bddab73060805db
Contents?: true
Size: 441 Bytes
Versions: 23
Compression:
Stored size: 441 Bytes
Contents
<%= content_tag(:div, id: object.id, data: object.data, class: object.classname) do %> <div class="pb_popover_tooltip" 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 %>"> <%= capture(&object.children) %> </div> </div> <% end %>
Version data entries
23 entries across 23 versions & 1 rubygems