mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-29 14:19:48 -04:00
Update homepage logged out copy
This commit is contained in:
parent
464430200c
commit
3a1627682d
2 changed files with 4 additions and 3 deletions
app
|
@ -67,7 +67,8 @@
|
|||
request_demo: "Request a Demo"
|
||||
create_a_class: "Create a Class"
|
||||
setup_a_class: "Set Up a Class"
|
||||
have_an_account: "Already have an account?"
|
||||
have_an_account: "Have an account?" # {change}
|
||||
log_in: "Log In"
|
||||
logged_in_as: "You are currently logged in as"
|
||||
view_my_classes: "View my classes"
|
||||
computer_science: "Computer science courses for all ages"
|
||||
|
|
|
@ -189,7 +189,7 @@ block content
|
|||
if me.isAnonymous()
|
||||
.have-an-account
|
||||
span.spr(data-i18n="new_home.have_an_account")
|
||||
a.login-button Login
|
||||
a.login-button(data-i18n="new_home.log_in")
|
||||
|
||||
h3.text-center(data-i18n="new_home.computer_science")
|
||||
h4.text-center
|
||||
|
@ -281,7 +281,7 @@ block content
|
|||
if me.isAnonymous()
|
||||
.have-an-account
|
||||
span.spr(data-i18n="new_home.have_an_account")
|
||||
a.login-button Login
|
||||
a.login-button(data-i18n="new_home.log_in")
|
||||
|
||||
|
||||
#screenshot-lightbox.modal.fade(data-show="false")
|
||||
|
|
Loading…
Add table
Reference in a new issue