From c10bbfa44442c86fda82c16524341d5f21b63664 Mon Sep 17 00:00:00 2001 From: claucece Date: Tue, 22 Sep 2015 10:48:14 -0500 Subject: subscriptions, translation --- app/views/layouts/_navigation.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml index 0b81831..68d841a 100644 --- a/app/views/layouts/_navigation.html.haml +++ b/app/views/layouts/_navigation.html.haml @@ -9,6 +9,6 @@ - if APP_CONFIG[:billing] = link_to_navigation :donations, new_payment_path, active: (controller?(:payments) and action?(:new)) - = link_to_navigation :billing_settings, billing_top_link(@user), + = link_to_navigation :subscriptions, billing_top_link(@user), active: controller?(:subscriptions) = link_to_navigation :logout, logout_path, method: :delete -- cgit v1.2.3