diff options
author | claucece <soficeli0@gmail.com> | 2015-09-22 10:48:14 -0500 |
---|---|---|
committer | claucece <soficeli0@gmail.com> | 2015-10-05 22:39:31 -0500 |
commit | c10bbfa44442c86fda82c16524341d5f21b63664 (patch) | |
tree | e406e181bc5ff74cc9462e3dd707003ecee00e93 /app | |
parent | 2e1d21f53f0f96fba544b592fde84af2f4879a24 (diff) |
subscriptions, translation
Diffstat (limited to 'app')
-rw-r--r-- | app/views/layouts/_navigation.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |