Fixed the ladder table.

This commit is contained in:
Scott Erickson 2014-02-13 15:57:07 -08:00
parent 8775e86161
commit 9bea226677
2 changed files with 7 additions and 2 deletions
app
styles/play
templates/play

View file

@ -1,2 +1,4 @@
#ladder-view
color: black
color: black
.score-cell
width: 50px

View file

@ -19,7 +19,10 @@ block content
h4 Leaderboard
table.table
for session in team.leaderboard.topPlayers.models
tr= session.get('creatorName')
tr
td.score-cell= parseInt(session.get('totalScore'))
td= session.get('creatorName')
//.challengers
// h4 Challengers
//