Using a watch button instead of an eye icon for leaderboards in English.

This commit is contained in:
Nick Winter 2015-04-07 15:19:18 -07:00
parent 3c755d39e6
commit 8e715560c2

View file

@ -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