From 465415b9806a2de258d12df10213601eba87d515 Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 23 Jul 2013 11:35:43 -0700 Subject: Some navigation tweaks. --- users/app/views/overviews/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users') 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)) -- cgit v1.2.3