debian-mirror-gitlab/app/views/devise/shared/_tabs_normal.html.haml

7 lines
345 B
Text
Raw Normal View History

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
2017-09-10 17:25:29 +05:30
- if password_authentication_enabled? && signup_enabled?
2017-08-17 22:00:37 +05:30
%li{ role: 'presentation' }
%a{ href: '#register-pane', data: { toggle: 'tab' }, role: 'tab' } Register