mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Fixed #1820.
This commit is contained in:
parent
aeda3bbf08
commit
f9b239ded7
3 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ block content
|
|||
div(class="job-profile-container")
|
||||
h1#login-message
|
||||
|Please
|
||||
a.auth-button login
|
||||
a.login-button login
|
||||
| to view this profile.
|
||||
else if user.loaded
|
||||
if allowedToEditJobProfile
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
p
|
||||
strong You must be signed in to sign this agreement.
|
||||
|
||||
button.btn.btn-primary.auth-button
|
||||
button.btn.btn-primary.login-button
|
||||
span(data-i18n="login.log_in") Log In
|
||||
span.spr.spl /
|
||||
span(data-i18n="login.sign_up") Create Account
|
||||
|
|
|
@ -7,7 +7,7 @@ if me.attributes.anonymous
|
|||
| To subscribe for class emails, you'll need to be logged in first.
|
||||
|
||||
strong.spl
|
||||
a.auth-button
|
||||
a.signup-button
|
||||
span(data-i18n="login.log_in") Log In
|
||||
span.spr.spl /
|
||||
span(data-i18n="login.sign_up") Create Account
|
Loading…
Reference in a new issue