summaryrefslogtreecommitdiff
path: root/app/views/layouts/_navigation.html.haml
blob: 3d094a6341d0410d0b68930fb0fae60d9c28dadd (plain)
1
2
3
4
5
%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(:support_tickets), auto_tickets_path, :active => controller?(:tickets)
  = link_to_navigation t(:logout), logout_path, :method => :delete