mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-25 21:43:47 -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
|
||||
strong Hi adventurer, welcome back!
|
||||
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
|
||||
em.spr
|
||||
span.spr Last Played:
|
||||
|
@ -44,13 +44,13 @@ block content
|
|||
p
|
||||
strong More options:
|
||||
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()
|
||||
p - OR -
|
||||
|
||||
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
|
||||
h2.text-center(data-i18n="common.loading")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue