Sha256: b720c5ddfb6c69bb79a6bb075d3b09d9a6e84d00808a7ed32fe70c43420ad602
Contents?: true
Size: 796 Bytes
Versions: 15
Compression:
Stored size: 796 Bytes
Contents
#sidebar.col-xs-6.col-sm-3.sidebar-offcanvas{role: "navigation"} .well.sidebar-nav %ul.nav %li Content - Weeler.content_menu_items.each do |item| %li - if item[:seen].present? && item[:seen] == true = link_to "/#{Weeler.mount_location_namespace}/#{item[:weeler_path]}/" do %span.badge.pull-right= item[:class].where(seen: false).size = item[:name].humanize - else = link_to item[:name].humanize, "/#{Weeler.mount_location_namespace}/#{item[:weeler_path]}/" - if Weeler.static_menu_items.size > 0 %li Static content - Weeler.static_menu_items.each do |item| %li = link_to item[:name].humanize, "/#{Weeler.mount_location_namespace}/#{item[:weeler_path]}/"
Version data entries
15 entries across 15 versions & 1 rubygems