summaryrefslogtreecommitdiff
path: root/app/views/devise/shared/_tabs_normal.html.haml
blob: fa3c3df7f603d9a5b2bc02d46ef90dde2d0fdd03 (plain)
1
2
3
4
5
6
%ul.nav-links.new-session-tabs{ role: 'tablist' }
  %li.active{ role: 'presentation' }
    %a{ href: '#login-pane', data: { toggle: 'tab' }, role: 'tab' } Sign in
  - if allow_signup?
    %li{ role: 'presentation' }
      %a{ href: '#register-pane', data: { toggle: 'tab' }, role: 'tab' } Register