mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Fixed #2649: made leaderboard buttons more obvious.
This commit is contained in:
parent
8649383a8c
commit
a7bb97e5f2
3 changed files with 5 additions and 5 deletions
app
locale
styles/play/level/modal
templates/play/level/modal
|
@ -357,7 +357,7 @@
|
|||
|
||||
leaderboard:
|
||||
leaderboard: "Leaderboard"
|
||||
view_other_solutions: "View Other Solutions"
|
||||
view_other_solutions: "View Leaderboards" # {change}
|
||||
scores: "Scores"
|
||||
top_players: "Top Players by"
|
||||
day: "Today"
|
||||
|
|
|
@ -324,7 +324,7 @@
|
|||
height: 60px
|
||||
line-height: 30px
|
||||
margin: 0 10px
|
||||
float: left
|
||||
float: right
|
||||
|
||||
.next-level-buttons
|
||||
float: right
|
||||
|
|
|
@ -70,9 +70,6 @@ block modal-footer-content
|
|||
.sign-up-blurb(data-i18n="play_level.victory_sign_up_poke") Want to save your code? Create a free account!
|
||||
button.btn.btn-illustrated.btn-warning.sign-up-button.btn-lg(data-dismiss="modal", data-i18n="play_level.victory_sign_up") Sign Up to Save Progress
|
||||
|
||||
else if !showHourOfCodeDoneButton && showLeaderboard
|
||||
button.btn.btn-illustrated.btn-warning.leaderboard-button.btn-lg(data-dismiss="modal", data-i18n="leaderboard.view_other_solutions") View Other Solutions
|
||||
|
||||
button.btn.btn-illustrated.btn-lg.btn-warning.hide#saving-progress-label(disabled, data-i18n="play_level.victory_saving_progress") Saving Progress
|
||||
|
||||
.next-level-buttons
|
||||
|
@ -83,6 +80,9 @@ block modal-footer-content
|
|||
else
|
||||
button.btn.btn-illustrated.btn-success.btn-lg.world-map-button.next-level-button.hide#continue-button(data-i18n="play_level.victory_play_continue") Continue
|
||||
|
||||
if !me.get('anonymous') && !showHourOfCodeDoneButton && showLeaderboard
|
||||
button.btn.btn-illustrated.btn-success.leaderboard-button.btn-lg(data-dismiss="modal", data-i18n="leaderboard.view_other_solutions") View Other Solutions
|
||||
|
||||
if showHourOfCodeDoneButton
|
||||
.hour-of-code-done
|
||||
a.image-link(href="http://code.org/api/hour/finish")
|
||||
|
|
Loading…
Add table
Reference in a new issue