summaryrefslogtreecommitdiff
path: root/app/views/layouts/_navigation.html.haml
blob: 5701d131b89703c26039925154c7c2d3608cb84f (plain)
1
2
3
4
5
6
7
%ul.nav.sidenav
  = link_to_navigation t(:overview), user_overview_path(@user), :active => controller?(:overviews)
  = 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, :credit_card_info)
  = link_to_navigation t(:logout), logout_path, :method => :delete