Corrected link to view your own matches in leaderboard view.

This commit is contained in:
Nick Winter 2014-03-03 11:55:26 -08:00
parent 0d054bec8e
commit cc9cf64539

View file

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