Sha256: f0371d729acdd792347a7fc0703d517f5e93a22b446612f7021ec510269b31a1
Contents?: true
Size: 809 Bytes
Versions: 384
Compression:
Stored size: 809 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 %><%= content.presence %> </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
384 entries across 384 versions & 1 rubygems