<% items.each do |item| %>
  • <% if item.fetch(:current, false) || current_page?(strip_query(item.fetch(:url))) %> <%= govuk_link_to item[:name], item[:url], class: 'app-tab-navigation__link', aria: { current: 'page' } %> <% else %> <%= govuk_link_to item[:name], item[:url], class: 'app-tab-navigation__link' %> <% end %>
  • <% end %>