<% Sunrise::Config.nav.each do |key, value| -%> <%= content_tag(:div, :id => "#{key}-container", :class => ["sub-wrapper", key], :style => "display: none;") do -%>
<%= content_tag(:ul, :class => ["#{key}-list", "default-list"]) do -%> <% value.each do |item| %> <% if can? :read, item.name, :context => :sunrise %>
  • <%= link_to_unless_current_span item.title, item.url, item.html_options %>
  • <% end %> <% end %> <% end -%>
    <% end -%> <% end -%>