diff options
author | jessib <jessib@riseup.net> | 2013-07-23 11:35:43 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-07-23 11:35:43 -0700 |
commit | 465415b9806a2de258d12df10213601eba87d515 (patch) | |
tree | b56e4585b53feea5cc9106c2b8105afb1998b11a /app/views | |
parent | 67e75f797f1e057f2984eb134faef4e19af0a356 (diff) |
Some navigation tweaks.
Diffstat (limited to 'app/views')
-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 5701d13..1411c6a 100644 --- a/app/views/layouts/_navigation.html.haml +++ b/app/views/layouts/_navigation.html.haml @@ -3,5 +3,5 @@ = link_to_navigation t(:account_settings), edit_user_path(@user), :active => controller?(:users) = link_to_navigation t(:email_settings), edit_user_email_settings_path(@user), :active => controller?(:email_settings) = link_to_navigation t(:support_tickets), auto_tickets_path, :active => controller?(:tickets) - = link_to_navigation t(:billing_settings), new_customer_path, :active => controller?(:customer, :payments, :subscription, :credit_card_info) + = link_to_navigation t(:billing_settings), show_customer_path(@user), :active => controller?(:customer, :payments, :subscriptions, :credit_card_info) = link_to_navigation t(:logout), logout_path, :method => :delete |