mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -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.viewable-cell
|
||||
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
|
||||
.glyphicon.glyphicon-eye-close
|
||||
else if loading
|
||||
|
|
Loading…
Reference in a new issue