summaryrefslogtreecommitdiff
path: root/app/views/layouts/_navigation.html.haml
blob: 7cd0f389bbf9b2cd7fc8f70136bc6cc8907df4c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//= link_to "Leap Web", root_path, :class => 'brand'
//%ul.nav
//  // = render '/tickets/nav'
//
//%ul.nav.pull-right
//  = render '/sessions/nav'

%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_email_path(user), :active => controller?(:emails)
  = link_to_navigation t(:support_tickets), tickets_path, :active => controller?(:tickets)
  = link_to_navigation t(:logout), logout_path, :method => :delete