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) %>