Sha256: 7fa8459e050bc123ede1a45e8b57665ac0366c0b8aa3ee53828126d69b801770
Contents?: true
Size: 395 Bytes
Versions: 19
Compression:
Stored size: 395 Bytes
Contents
<%= content_tag(:div, id: object.id, data: object.data, class: object.classname) do %> <div class="popover_tooltip" id="<%= object.tooltip_id %>" role="tooltip" style="<%= object.z_index_helper %>"> <div class="popover_body <%= object.popover_spacing_helper %>" style="<%= object.width_height_helper %>"> <%= capture(&object.children) %> </div> </div> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems