From 7172e5a23ddb892c633f92ad3552c6de6312347d Mon Sep 17 00:00:00 2001 From: rgarcia Date: Wed, 27 Jul 2016 11:33:49 +0200 Subject: [PATCH] updates link to paths --- app/views/shared/_subnavigation.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_subnavigation.html.erb b/app/views/shared/_subnavigation.html.erb index cd025eaf2..0fb7fe37c 100644 --- a/app/views/shared/_subnavigation.html.erb +++ b/app/views/shared/_subnavigation.html.erb @@ -10,7 +10,7 @@ <% if feature?(:spending_proposals) %>
  • - <%= link_to t("layouts.header.spending_proposals"), spending_proposals_path, class: ("active" if controller_name == "spending_proposals"), accesskey: "s" %> + <%= link_to t("layouts.header.budgets"), budgets_path, class: ("active" if controller_name == "budgets"), accesskey: "s" %>
  • <% end %>