• "> <%= crayons_icon_tag("stack-line", class: "c-link__icon") %> Overview
  • <% menu_items.each do |group_name, group| %>
  • " aria-current="<%= "page" if current?(request, group, group_name) && !group.has_multiple_children? %>" href="<%= nav_path(group, group_name) %>"> <%= crayons_icon_tag(group.svg, class: "c-link__icon", aria_hidden: true) %> <%= display_name(group_name) %> <% if group.has_multiple_children? %>
      "> <% group.children.each do |item| %> <% if item.visible %>
    • style="--bg: transparent" aria-current="page" <% end %>> <%= item.name.to_s.titleize %> <% if item.controller.to_s == "gdpr_delete_requests" %> <% if GDPRDeleteRequest.any? %>  <%= GDPRDeleteRequest.count %> <% end %> <% end %>
    • <% end %> <% end %>
    <% end %>
  • <% end %>