|
6 | 6 | a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") {{srm.name}} |
7 | 7 |
|
8 | 8 | .srm-details |
9 | | - p.starts-in Starts in #[span {{srm.startDate | timeDiff:"quantity"}} {{srm.startDate | timeDiff:'unit'}}] |
| 9 | + p.starts-in Starts in #[span {{srm.codingStartAt | timeDiff:"quantity"}} {{srm.codingStartAt | timeDiff:'unit'}}] |
10 | 10 |
|
11 | 11 | .srm-calendar |
12 | | - span.day {{srm.startDate | localTime:"DD" }} |
13 | | - span.month {{srm.startDate | localTime:"MMM" }} |
14 | | - span.hour {{srm.startDate | localTime:"hh:mm a" }} |
15 | | - span.time-zone {{srm.startDate | localTime:"z" }} |
| 12 | + span.day {{srm.codingStartAt | localTime:"DD" }} |
| 13 | + span.month {{srm.codingStartAt | localTime:"MMM" }} |
| 14 | + span.hour {{srm.codingStartAt | localTime:"hh:mm a" }} |
| 15 | + span.time-zone {{srm.codingStartAt | localTime:"z" }} |
16 | 16 |
|
17 | 17 | .phase-status |
18 | 18 | .registered(ng-show="vm.registered") |
|
26 | 26 |
|
27 | 27 | header |
28 | 28 | a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") {{srm.name}} |
29 | | - .ended-on #[span {{srm.startDate | localTime:"MMM DD, YYYY" }}] |
| 29 | + .ended-on #[span {{srm.codingEndAt | localTime:"MMM DD, YYYY" }}] |
30 | 30 |
|
31 | 31 | .member-stats |
32 | 32 | p.points #[span {{srm.result.finalPoints }}] #[span Points] |
|
47 | 47 | a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") {{srm.name}} |
48 | 48 |
|
49 | 49 | .srm-details |
50 | | - p.starts-in Starts in #[span {{srm.startDate | timeDiff:"quantity"}} {{srm.startDate | timeDiff:'unit'}}] |
| 50 | + p.starts-in Starts in #[span {{srm.codingStartAt | timeDiff:"quantity"}} {{srm.codingStartAt | timeDiff:'unit'}}] |
51 | 51 |
|
52 | 52 | .phase-status |
53 | 53 | .registered(ng-show="vm.registered") |
|
63 | 63 | a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") {{srm.name}} |
64 | 64 |
|
65 | 65 | .srm-details |
66 | | - p.ended-on Ended {{srm.endDate | timeDiff:"quantity"}} {{srm.endDate | timeDiff:'unit'}} ago |
| 66 | + p.ended-on Ended {{srm.codingEndAt | timeDiff:"quantity"}} {{srm.codingEndAt | timeDiff:'unit'}} ago |
67 | 67 |
|
68 | 68 | .member-stats |
69 | 69 | p.points #[span {{srm.result.finalPoints }}] Points |
|
0 commit comments