codecombat/app/templates/core/create-account-modal/single-sign-on-already-exists-view.jade

20 lines
492 B
Text
Raw Normal View History

2016-06-07 17:51:41 -04:00
.modal-body
.modal-body-content
2016-06-30 18:32:58 -04:00
if view.signupState.get('ssoUsed')
2016-06-07 17:51:41 -04:00
h4
2016-06-30 18:32:58 -04:00
span(data-i18n="signup.account_exists")
2016-06-07 17:51:41 -04:00
div.small
b
2016-06-30 18:32:58 -04:00
span= view.signupState.get('email')
2016-06-07 17:51:41 -04:00
.hr-text
hr
2016-06-30 18:32:58 -04:00
span(data-i18n="common.continue")
2016-06-07 17:51:41 -04:00
2016-06-30 18:32:58 -04:00
button.login-link.btn.btn-lg.btn-navy
2016-06-07 17:51:41 -04:00
span(data-i18n="login.log_in")
.history-nav-buttons.just-one
button.back-button.btn.btn-lg.btn-navy-alt(type='button')
2016-06-30 18:32:58 -04:00
span(data-i18n="common.back")