mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Corrected link to view your own matches in leaderboard view.
This commit is contained in:
parent
0d054bec8e
commit
cc9cf64539
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ div#columns.row
|
|||
if(!myRow)
|
||||
a(href="/play/level/#{level.get('slug') || level.id}/?team=#{team.otherTeam}&opponent=#{session.id}") Battle as #{team.otherTeam}!
|
||||
else
|
||||
a(href="/play/ladder/#{levelID}/team/#{team.id}") View your #{team.id} matches.
|
||||
a(href="/play/ladder/#{level.get('slug') || level.id}/team/#{team.id}") View your #{team.id} matches.
|
||||
|
|
Loading…
Reference in a new issue