<%= link_to "Urkel", root_path(anchor: ''), class: 'navbar-brand' %>
  • <%= link_to "Dashboard", root_path(anchor: '') %>
  • <%= link_to "Settings", root_path(anchor: '/settings') %>
  • <%= link_to "Profile", root_path(anchor: '/profile') %>
  • <%= link_to "Help", root_path(anchor: '/help') %>
  • <%= link_to "Logout", session_path('mine'), method: :delete %>