summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-07-22 12:29:56 -0700
committerjessib <jessib@riseup.net>2013-07-22 12:29:56 -0700
commit67e75f797f1e057f2984eb134faef4e19af0a356 (patch)
tree7265664c21e14aa870a10f6c503b5651627051b6 /app/views/layouts
parent3646bfb8f61648a09744bd1e7a250aaa852ad20b (diff)
Slight tweaks so navigation basically should work with billing.
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_navigation.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml
index f29625c..5701d13 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)
+ = link_to_navigation t(:billing_settings), new_customer_path, :active => controller?(:customer, :payments, :subscription, :credit_card_info)
= link_to_navigation t(:logout), logout_path, :method => :delete