mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 17:02:18 -05:00
Typo in my matches team ranking.
This commit is contained in:
parent
0c4a2a2f2b
commit
461d66c795
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue