2016-12-26 05:47:16 -05:00
|
|
|
%ul.nav-links.new-session-tabs.nav-tabs{ role: 'tablist' }
|
2016-09-09 08:21:00 -04:00
|
|
|
%li.active{ role: 'presentation' }
|
2016-12-26 05:47:16 -05:00
|
|
|
%a{ href: '#login-pane', data: { toggle: 'tab' }, role: 'tab' } Sign in
|
2016-10-22 14:50:24 -04:00
|
|
|
- if signin_enabled? && signup_enabled?
|
2016-12-26 05:47:16 -05:00
|
|
|
%li{ role: 'presentation' }
|
|
|
|
%a{ href: '#register-pane', data: { toggle: 'tab' }, role: 'tab' } Register
|