2017-08-17 22:00:37 +05:30
|
|
|
%ul.nav-links.new-session-tabs.nav-tabs{ role: 'tablist' }
|
2016-11-03 12:29:30 +05:30
|
|
|
%li.active{ role: 'presentation' }
|
2017-08-17 22:00:37 +05:30
|
|
|
%a{ href: '#login-pane', data: { toggle: 'tab' }, role: 'tab' } Sign in
|
2018-03-17 18:26:18 +05:30
|
|
|
- if allow_signup?
|
2017-08-17 22:00:37 +05:30
|
|
|
%li{ role: 'presentation' }
|
|
|
|
%a{ href: '#register-pane', data: { toggle: 'tab' }, role: 'tab' } Register
|