This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/js/app/challenge-details Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
< span > 1</ span > < strong > Register For This Challenge</ strong >
23
23
</ a >
24
24
< a ng-show ="CD.isDesign " ng-class ="{disabled:CD.challenge.submissionDisabled || !CD.callComplete, disabledNOT:!CD.challenge.submissionDisabled} " class ="btn btnAction " target ="_blank "
25
- ng-href ="//www.{{CD.domain}}// challenges/{{CD.challenge.challengeId}}/submit/file ">
25
+ ng-href ="/challenges/{{CD.challenge.challengeId}}/submit/file ">
26
26
< span > 2</ span > < strong > Submit Your Entries</ strong >
27
27
</ a >
28
28
< a ng-show ="CD.isDesign " ng-class ="{disabled:CD.challenge.submissionDisabled || !CD.callComplete, disabledNOT:!CD.challenge.submissionDisabled} " class ="btn btnAction " target ="_blank "
29
29
ng-href ="//studio.{{CD.domain}}/?module=ViewSubmission&ct={{CD.challenge.challengeId}} ">
30
30
< span > 3</ span > < strong > View Your Submission</ strong >
31
31
</ a >
32
- < a ng-show ="!CD.isDesign && CD.isPeerReviewed " ng-class ="{disabled:CD.challenge.peerReviewDisabled || !CD.callComplete, disabledNOT:!CD.challenge.peerReviewDisabled} " class ="btn btnAction " ng-href ="//www.{{CD.domain}}/ challenges/{{CD.challenge.challengeId}}/reviews/ " target ="_blank ">
32
+ < a ng-show ="!CD.isDesign && CD.isPeerReviewed " ng-class ="{disabled:CD.challenge.peerReviewDisabled || !CD.callComplete, disabledNOT:!CD.challenge.peerReviewDisabled} " class ="btn btnAction " ng-href ="/challenges/{{CD.challenge.challengeId}}/reviews/ " target ="_blank ">
33
33
< span > 3</ span > < strong > Review This Challenge</ strong >
34
34
</ a >
35
35
</ div >
You can’t perform that action at this time.
0 commit comments