summaryrefslogtreecommitdiff
path: root/app/views/devise/shared/_tabs_normal.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/devise/shared/_tabs_normal.html.haml')
-rw-r--r--app/views/devise/shared/_tabs_normal.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/devise/shared/_tabs_normal.html.haml b/app/views/devise/shared/_tabs_normal.html.haml
new file mode 100644
index 00000000000..05246303fb6
--- /dev/null
+++ b/app/views/devise/shared/_tabs_normal.html.haml
@@ -0,0 +1,6 @@
+%ul.nav-links.new-session-tabs.nav-tabs{ role: 'tablist'}
+ %li.active{ role: 'presentation' }
+ %a{ href: '#login-pane', data: { toggle: 'tab' }, role: 'tab'} Sign in
+ - if signin_enabled? && signup_enabled?
+ %li{ role: 'presentation'}
+ %a{ href: '#register-pane', data: { toggle: 'tab' }, role: 'tab'} Register