Typo in my matches team ranking.

This commit is contained in:
Nick Winter 2014-03-03 13:02:34 -08:00
parent 0c4a2a2f2b
commit 461d66c795

View file

@ -43,7 +43,7 @@ div#columns.row
td.time-cell= match.when
td.battle-cell
- var text = match.state === 'win' ? 'Watch your victory' : 'Defeat the ' + team.otherTeam
a(href="/play/level/#{levelID}?team=#{teamID}&opponent=#{match.sessionID}")= text
a(href="/play/level/#{levelID}?team=#{team.id}&opponent=#{match.sessionID}")= text
if !team.matches.length
tr