mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
eye-open instead of eye-close for non-English leaderboard view buttons.
This commit is contained in:
parent
817e382324
commit
e6c200b64d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ if topScores
|
|||
if (me.get('preferredLanguage', true) || 'en-US').substr(0, 2) == 'en'
|
||||
.btn.btn-xs.btn-info Watch
|
||||
else
|
||||
.glyphicon.glyphicon-eye-close
|
||||
.glyphicon.glyphicon-eye-open
|
||||
else
|
||||
.glyphicon.glyphicon-eye-close
|
||||
else if loading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue