This commit is contained in:
Nick Winter 2014-12-01 08:18:38 -08:00
parent aeda3bbf08
commit f9b239ded7
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ block content
div(class="job-profile-container") div(class="job-profile-container")
h1#login-message h1#login-message
|Please |Please
a.auth-button login a.login-button login
| to view this profile. | to view this profile.
else if user.loaded else if user.loaded
if allowedToEditJobProfile if allowedToEditJobProfile

View file

@ -83,7 +83,7 @@
p p
strong You must be signed in to sign this agreement. 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(data-i18n="login.log_in") Log In
span.spr.spl / span.spr.spl /
span(data-i18n="login.sign_up") Create Account span(data-i18n="login.sign_up") Create Account

View file

@ -7,7 +7,7 @@ if me.attributes.anonymous
| To subscribe for class emails, you'll need to be logged in first. | To subscribe for class emails, you'll need to be logged in first.
strong.spl strong.spl
a.auth-button a.signup-button
span(data-i18n="login.log_in") Log In span(data-i18n="login.log_in") Log In
span.spr.spl / span.spr.spl /
span(data-i18n="login.sign_up") Create Account span(data-i18n="login.sign_up") Create Account