From 1736b680445d858820d49cb7a79dd0d4225cb27b Mon Sep 17 00:00:00 2001 From: Amaia Castro Date: Mon, 2 Jan 2017 12:59:29 +0100 Subject: [PATCH] Update subnavigation menu and accessibility page for new shortcut --- app/views/pages/accessibility.html.erb | 4 ++++ app/views/shared/_subnavigation.html.erb | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/app/views/pages/accessibility.html.erb b/app/views/pages/accessibility.html.erb index a2c2eff30..f6d113c86 100644 --- a/app/views/pages/accessibility.html.erb +++ b/app/views/pages/accessibility.html.erb @@ -38,6 +38,10 @@ P Propuestas + + L + Procesos legislativos + S Presupuestos participativos diff --git a/app/views/shared/_subnavigation.html.erb b/app/views/shared/_subnavigation.html.erb index e8e0f1238..62bd29342 100644 --- a/app/views/shared/_subnavigation.html.erb +++ b/app/views/shared/_subnavigation.html.erb @@ -22,7 +22,10 @@ <% if feature?(:legislation) %>
  • - <%= link_to t("layouts.header.collaborative_legislation"), legislation_processes_path, class: ("active" if controller.class.parent == Legislation ), accesskey: "l" %> + <%= layout_menu_link_to t("layouts.header.collaborative_legislation"), + legislation_processes_path, + controller.class.parent == Legislation, + accesskey: "l" %>
  • <% end %> <% if feature?(:spending_proposals) %>