Sha256: 93ad5a7561c1ea1758b3c385fe64898c5c75b31e34de583ac700a7db73a30bfa
Contents?: true
Size: 701 Bytes
Versions: 52
Compression:
Stored size: 701 Bytes
Contents
<%= content_tag(:li, aria: object.aria, class: object.classname, data: object.data, id: object.id) do %> <%= content_tag(object.tag, object.link ? object.link_options : object.options) do %> <% if object.icon_left %> <%= pb_rails("icon", props: { icon: object.icon_left, classname: "pb_nav_list_item_icon_left", fixed_width: true}) %> <% end %> <span class="pb_nav_list_item_text"> <%= object.text %><%= capture(&object.children) if !object.children.nil? %> </span> <% if object.icon_right %> <%= pb_rails("icon", props: { icon: object.icon_right, classname: "pb_nav_list_item_icon_right", fixed_width: true}) %> <% end %> <% end %> <% end %>
Version data entries
52 entries across 52 versions & 1 rubygems