Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 1c08f65

Browse files
author
Nick Litwin
committed
Merge branch 'dev' into feature/intro-js
2 parents 82ae450 + 26ebaad commit 1c08f65

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

app/directives/srm-tile/srm-tile.directive.jade

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.challenge-track
44

55
header
6-
a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.id}}") {{srm.name}}
6+
a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") {{srm.name}}
77

88
.srm-details
99
p.starts-in Starts in #[span {{srm.startDate | timeDiff:"quantity"}} {{srm.startDate | timeDiff:'unit'}}]
@@ -24,7 +24,7 @@
2424
.challenge-track
2525

2626
header
27-
a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.id}}") {{srm.name}}
27+
a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") {{srm.name}}
2828
.ended-on #[span {{srm.startDate | localTime:"MMM DD, YYYY" }}]
2929

3030
.member-stats
@@ -43,7 +43,7 @@
4343
.challenge-track
4444
header
4545
.srm-name
46-
a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.id}}") {{srm.name}}
46+
a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") {{srm.name}}
4747

4848
.srm-details
4949
p.starts-in Starts in #[span {{srm.startDate | timeDiff:"quantity"}} {{srm.startDate | timeDiff:'unit'}}]
@@ -59,7 +59,7 @@
5959
.challenge-track
6060
header
6161
.srm-name
62-
a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.id}}") {{srm.name}}
62+
a(ng-href="https://community.{{DOMAIN}}/tc?module=MatchDetails&rd={{srm.rounds[0].id}}") {{srm.name}}
6363

6464
.srm-details
6565
p.ended-on Ended {{srm.endDate | timeDiff:"quantity"}} {{srm.endDate | timeDiff:'unit'}} ago

assets/images/skills/id-406.svg

Lines changed: 35 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)