mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-02 08:53:38 -04:00
Tweak buttons on /hoc
This commit is contained in:
parent
8cc37ed034
commit
f88f4ee9ff
1 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ block content
|
||||||
p
|
p
|
||||||
strong Hi adventurer, welcome back!
|
strong Hi adventurer, welcome back!
|
||||||
p
|
p
|
||||||
a#continue-playing-btn.btn.btn-default(href=view.continuePlayingLink()) Continue playing
|
a#continue-playing-btn.btn.btn-success.btn-lg(href=view.continuePlayingLink()) Continue Playing
|
||||||
p
|
p
|
||||||
em.spr
|
em.spr
|
||||||
span.spr Last Played:
|
span.spr Last Played:
|
||||||
|
@ -44,13 +44,13 @@ block content
|
||||||
p
|
p
|
||||||
strong More options:
|
strong More options:
|
||||||
p
|
p
|
||||||
button#start-new-game-btn.btn.btn-default Start New Game
|
button#start-new-game-btn.btn.btn-default.btn-lg Start New Game
|
||||||
|
|
||||||
if me.isAnonymous()
|
if me.isAnonymous()
|
||||||
p - OR -
|
p - OR -
|
||||||
|
|
||||||
p
|
p
|
||||||
button#log-in-btn.btn.btn-default(data-i18n="login.log_in")
|
button#log-in-btn.btn.btn-default.btn-lg(data-i18n="login.log_in")
|
||||||
|
|
||||||
#begin-hoc-area.hide
|
#begin-hoc-area.hide
|
||||||
h2.text-center(data-i18n="common.loading")
|
h2.text-center(data-i18n="common.loading")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue