summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
authorjessib <jessib@riseup.net>2013-07-23 11:35:43 -0700
committerjessib <jessib@riseup.net>2013-07-23 11:35:43 -0700
commit465415b9806a2de258d12df10213601eba87d515 (patch)
treeb56e4585b53feea5cc9106c2b8105afb1998b11a /users
parent67e75f797f1e057f2984eb134faef4e19af0a356 (diff)
Some navigation tweaks.
Diffstat (limited to 'users')
-rw-r--r--users/app/views/overviews/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/app/views/overviews/show.html.haml b/users/app/views/overviews/show.html.haml
index 86ae297..4084b1f 100644
--- a/users/app/views/overviews/show.html.haml
+++ b/users/app/views/overviews/show.html.haml
@@ -19,4 +19,4 @@
%li= icon('user') + link_to(t(:overview_account), edit_user_path(@user))
%li= icon('envelope') + link_to(t(:overview_email), edit_user_email_settings_path(@user))
%li= icon('question-sign') + link_to(t(:overview_tickets), user_tickets_path(@user))
- %li= icon('shopping-cart') + link_to(t(:overview_billing), new_customer_path)
+ %li= icon('shopping-cart') + link_to(t(:overview_billing), show_customer_path(@user))