Sha256: 3a5e77241774d5a6b20ad6fa1e0efeb88e7ed463c0c3d57c9573b60351ee68d5
Contents?: true
Size: 843 Bytes
Versions: 52
Compression:
Stored size: 843 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.image_url %> <%= pb_rails("image", props: { url: object.image_url, classname: "pb_nav_img_wrapper" }) %> <% end %> <% 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