Sha256: b6511f7ebf7cc6ffaf5e9395748aab251fcff5aa0adf985e9de2c18e79d5c1fd
Contents?: true
Size: 950 Bytes
Versions: 328
Compression:
Stored size: 950 Bytes
Contents
<%= content_tag(:div, aria: object.aria, id: object.id, data: object.data, class: object.classname) do %> <% if object.tooltip_text.present? %> <%= pb_rails("tooltip", props: { trigger_element_id: object.tooltip_id, tooltip_id: "tooltip-2", position: 'top' }) do %> <%= object.tooltip_text %> <% end %> <% end %> <%= link_to object.link_url, id: object.tooltip_id, 'aria-label': object.link_aria_label do %> <%= pb_rails("avatar", props: { dark: object.dark, name: object.name, size: object.size, image_alt: object.image_alt, image_url: object.image_url, class: "avatar_action" }) %> <div class="icon <%= object.dark ? 'dark' : '' %> "> <%= pb_rails("icon", props: { dark: object.dark, icon: object.action_icons }) %> </div> <% end %> <% end %>
Version data entries
328 entries across 328 versions & 1 rubygems