|
3 | 3 | .challenge-track
|
4 | 4 |
|
5 | 5 | header
|
6 |
| - a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") {{srm.name}} |
| 6 | + a(ng-href="https://community.{{DOMAIN}}/stat?c=round_overview&rd={{srm.rounds[0].id}}") {{srm.name}} |
7 | 7 |
|
8 | 8 | .srm-details
|
9 | 9 | p.starts-in Starts in #[span {{srm.codingStartAt | timeDiff:"quantity"}} {{srm.codingStartAt | timeDiff:'unit'}}]
|
|
17 | 17 | .phase-status
|
18 | 18 | .registered(ng-show="srm.userStatus === CONSTANTS.REGISTERED") Registered
|
19 | 19 | .unregistered(ng-hide="srm.currentPhase !== CONSTANTS.REGISTRATION || srm.userStatus === CONSTANTS.REGISTERED")
|
20 |
| - a.tc-btn.tc-btn-s.tc-btn-wide(href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") Register |
| 20 | + a.tc-btn.tc-btn-s.tc-btn-wide(href="https://community.{{DOMAIN}}/stat?c=round_overview&rd={{srm.rounds[0].id}}") Register |
21 | 21 |
|
22 | 22 | .past-srm(ng-show="srm.status === 'PAST'")
|
23 | 23 | .challenge-track
|
24 | 24 |
|
25 | 25 | header
|
26 |
| - a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") {{srm.name}} |
| 26 | + a(ng-href="https://community.{{DOMAIN}}/stat?c=round_overview&rd={{srm.rounds[0].id}}") {{srm.name}} |
27 | 27 | .ended-on #[span {{srm.codingEndAt | localTime:"MMM DD, YYYY" }}]
|
28 | 28 |
|
29 | 29 | .member-stats
|
30 | 30 | p.points #[span {{srm.result.finalPoints }}] #[span Points]
|
31 | 31 | .ranks
|
32 |
| - .division |
| 32 | + a.division(href="https://community.{{DOMAIN}}/stat?c=round_stats&rd={{srm.rounds[0].id}}&dn=2") |
33 | 33 | p.rank {{srm.result.divisionPlacement}}
|
34 | 34 | p.label #[span Division {{srm.result.division}}]
|
35 | 35 | .room
|
|
42 | 42 | .challenge-track
|
43 | 43 | header
|
44 | 44 | .srm-name
|
45 |
| - a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") {{srm.name}} |
| 45 | + a(ng-href="https://community.{{DOMAIN}}/stat?c=round_overview&rd={{srm.rounds[0].id}}") {{srm.name}} |
46 | 46 |
|
47 | 47 | .srm-details
|
48 | 48 | p.starts-in Starts in #[span {{srm.codingStartAt | timeDiff:"quantity"}} {{srm.codingStartAt | timeDiff:'unit'}}]
|
|
56 | 56 | .challenge-track
|
57 | 57 | header
|
58 | 58 | .srm-name
|
59 |
| - a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") {{srm.name}} |
| 59 | + a(ng-href="https://community.{{DOMAIN}}/stat?c=round_overview&rd={{srm.rounds[0].id}}") {{srm.name}} |
60 | 60 |
|
61 | 61 | .srm-details
|
62 | 62 | p.ended-on Ended {{srm.codingEndAt | timeDiff:"quantity"}} {{srm.codingEndAt | timeDiff:'unit'}} ago
|
|
0 commit comments