diff options
author | jessib <jessib@leap.se> | 2013-03-26 12:45:11 -0700 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-07-17 10:47:12 +0200 |
commit | 4a334ce6f6163c2bfa11f3e2146b9d0b765b6d7b (patch) | |
tree | 4dfb6802dfe7f42a61579ec5bd70a18fa5f8ccab /app/views/layouts/_navigation.html.haml | |
parent | dbd09966553e2fa64211b89f8fae64ddd1e822ca (diff) |
Adding some links, which will be removed.
Diffstat (limited to 'app/views/layouts/_navigation.html.haml')
-rw-r--r-- | app/views/layouts/_navigation.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |