This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 3
3
.challenge-track
4
4
5
5
header
6
- a( ng-href ="https://community.{{DOMAIN}}/stat?c=round_overview&rd={{roundId}}" ) {{srm.name}}
6
+ //- a(ng-href="https://community.{{DOMAIN}}/stat?c=round_overview&rd={{roundId}}") {{srm.name}}
7
+ a.noclick ( href ="javascript:void(0)" ) {{srm.name}}
7
8
8
9
.srm-details
9
10
p.starts-in Starts in #[ span {{srm.codingStartAt | timeDiff:"quantity"}} {{srm.codingStartAt | timeDiff:'unit'}}]
24
25
25
26
header
26
27
a( ng-href ="https://community.{{DOMAIN}}/stat?c=round_overview&rd={{roundId}}" ) {{srm.name}}
28
+
27
29
.ended-on #[ span {{srm.codingEndAt | localTime:"MMM DD, YYYY" }}]
28
30
29
31
.member-stats
34
36
p.label #[ span Division {{srm.result.division }}]
35
37
a.room ( href ="https://community.{{DOMAIN}}/stat?c=coder_room_stats&cr={{userId}}&rd={{roundId}}" )
36
38
p.rank #[ span {{srm.result.roomPlacement }}]
37
- p.label #[ span Room]
39
+ p.label #[ span Room]
38
40
p.placement Placement
39
41
40
42
.srm.list-view ( ng-show ="view=='list'" )
41
43
.upcoming-srm ( ng-show ="srm.status === 'FUTURE'" )
42
44
.challenge-track
43
45
header
44
46
.srm-name
45
- a( ng-href ="https://community.{{DOMAIN}}/stat?c=round_overview&rd={{roundId}}" ) {{srm.name}}
47
+ //- a(ng-href="https://community.{{DOMAIN}}/stat?c=round_overview&rd={{roundId}}") {{srm.name}}
48
+ a.noclick ( href ="javascript:void(0)" ) {{srm.name}}
46
49
47
50
.srm-details
48
51
p.starts-in Starts in #[ span {{srm.codingStartAt | timeDiff:"quantity"}} {{srm.codingStartAt | timeDiff:'unit'}}]
49
-
52
+
50
53
.phase-status
51
54
.registered ( ng-show ="srm.userStatus === CONSTANTS.REGISTERED" ) Registered
52
55
.unregistered ( ng-hide ="srm.currentPhase !== CONSTANTS.REGISTRATION || srm.userStatus === CONSTANTS.REGISTERED" )
71
74
a.room ( ng-class ="{noclick: !srm.result.roomPlacement}" , href ="https://community.{{DOMAIN}}/stat?c=coder_room_stats&cr={{userId}}&rd={{roundId}}" )
72
75
p.rank #[ span {{srm.result.roomPlacement }}]
73
76
p.label #[ span Room] #[ span Placement]
74
-
75
-
You can’t perform that action at this time.
0 commit comments