mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Using a watch button instead of an eye icon for leaderboards in English.
This commit is contained in:
parent
3c755d39e6
commit
8e715560c2
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@ if topScores
|
||||||
td.ago-cell= row.ago
|
td.ago-cell= row.ago
|
||||||
td.viewable-cell
|
td.viewable-cell
|
||||||
if viewable
|
if viewable
|
||||||
.glyphicon.glyphicon-eye-open
|
if (me.get('preferredLanguage', true) || 'en-US').substr(0, 2) == 'en'
|
||||||
|
.btn.btn-xs.btn-info Watch
|
||||||
|
else
|
||||||
|
.glyphicon.glyphicon-eye-close
|
||||||
else
|
else
|
||||||
.glyphicon.glyphicon-eye-close
|
.glyphicon.glyphicon-eye-close
|
||||||
else if loading
|
else if loading
|
||||||
|
|
Loading…
Reference in a new issue