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 /users/app/views | |
parent | 67e75f797f1e057f2984eb134faef4e19af0a356 (diff) |
Some navigation tweaks.
Diffstat (limited to 'users/app/views')
-rw-r--r-- | users/app/views/overviews/show.html.haml | 2 |
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)) |