From d0a15a50e1fdf08f2283562453d4e803aa7b31c8 Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 13 Aug 2013 10:37:31 -0700 Subject: Option to disable billing engine and hide billing related links. To actual disable, must remove billing engine from Gemfile (and re-bundle) --- 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 c6b079d..e43a193 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), show_or_new_customer_link(@user)) + %li= icon('shopping-cart') + link_to(t(:overview_billing), show_or_new_customer_link(@user)) if engine_enabled('LeapWebBilling') -- cgit v1.2.3