From 4a334ce6f6163c2bfa11f3e2146b9d0b765b6d7b Mon Sep 17 00:00:00 2001 From: jessib Date: Tue, 26 Mar 2013 12:45:11 -0700 Subject: Adding some links, which will be removed. --- app/views/layouts/_navigation.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/layouts') diff --git a/app/views/layouts/_navigation.html.haml b/app/views/layouts/_navigation.html.haml index 2f79a22..f29625c 100644 --- a/app/views/layouts/_navigation.html.haml +++ b/app/views/layouts/_navigation.html.haml @@ -3,4 +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(:logout), logout_path, :method => :delete -- cgit v1.2.3