|
11 | 11 | <div class="container rightSplit grid-3-3">
|
12 | 12 |
|
13 | 13 | <div class="leftColumn">
|
14 |
| - <a ng-show="!CD.isDesign" ng-click="CD.challenge.allowToUnregister?CD.unregisterFromChallenge():CD.registerToChallenge()" ng-class="{disabled:!CD.challenge.allowToUnregister && (CD.challenge.registrationDisabled || !CD.callComplete), disabledNOT:!CD.challenge.registrationDisabled, unregister: CD.challenge.allowToUnregister}" class="btn btnAction challengeRegisterBtn" href="javascript:;"> |
15 |
| - <span>1</span> |
16 |
| - <strong ng-hide="CD.isRegistered"> |
17 |
| - Register For This Challenge |
18 |
| - </strong> |
19 |
| - <strong ng-show="CD.isRegistered"> |
20 |
| - Unregister From This Challenge |
21 |
| - </strong> |
22 |
| - </a> |
23 |
| - <a ng-show="!CD.isDesign" ng-class="{disabled:CD.challenge.submissionDisabled || !CD.callComplete, disabledNOT:!CD.challenge.submissionDisabled}" class="btn btnAction" target="_blank" |
24 |
| - ng-href="/challenge-details/{{CD.challenge.challengeId}}/submit/?type=develop"> |
25 |
| - <span>2</span><strong>Submit Your Entries</strong> |
26 |
| - </a> |
| 14 | + <div ng-if="!CD.isDesign"> |
| 15 | + <div ng-if="CD.showAppealsButtons"> |
| 16 | + <a class="btn btnAction" target="_blank" ng-href="//{{CD.reviewAppURL}}/actions/ViewProjectDetails?pid={{CD.challenge.challengeId}}"> |
| 17 | + <span>1</span> |
| 18 | + <strong>View Scorecard</strong> |
| 19 | + </a> |
| 20 | + <a class="btn btnAction unregister" target="_blank" ng-href="//{{CD.reviewAppURL}}/actions/EarlyAppeals?pid={{CD.challenge.challengeId}}"> |
| 21 | + <span>2</span> |
| 22 | + <strong>Complete Appeals</strong> |
| 23 | + </a> |
| 24 | + </div> |
| 25 | + <div ng-if="!CD.showAppealsButtons"> |
| 26 | + <a ng-click="CD.challenge.allowToUnregister?CD.unregisterFromChallenge():CD.registerToChallenge()" ng-class="{disabled:!CD.challenge.allowToUnregister && (CD.challenge.registrationDisabled || !CD.callComplete), disabledNOT:!CD.challenge.registrationDisabled, unregister: CD.challenge.allowToUnregister}" class="btn btnAction challengeRegisterBtn" href="javascript:;"> |
| 27 | + <span>1</span> |
| 28 | + <strong ng-hide="CD.isRegistered"> |
| 29 | + Register For This Challenge |
| 30 | + </strong> |
| 31 | + <strong ng-show="CD.isRegistered"> |
| 32 | + Unregister From This Challenge |
| 33 | + </strong> |
| 34 | + </a> |
| 35 | + <a ng-class="{disabled:CD.challenge.submissionDisabled || !CD.callComplete, disabledNOT:!CD.challenge.submissionDisabled}" class="btn btnAction" target="_blank" |
| 36 | + ng-href="/challenge-details/{{CD.challenge.challengeId}}/submit/?type=develop"> |
| 37 | + <span>2</span><strong>Submit Your Entries</strong> |
| 38 | + </a> |
| 39 | + </div> |
| 40 | + </div> |
27 | 41 | <a ng-show="CD.isDesign" ng-click="CD.challenge.allowToUnregister?CD.unregisterFromChallenge():CD.registerToChallenge()" ng-class="{disabled:!CD.challenge.allowToUnregister && (CD.challenge.registrationDisabled || !CD.callComplete), disabledNOT:!CD.challenge.registrationDisabled, unregister: CD.challenge.allowToUnregister}" class="btn btnAction challengeRegisterBtn" href="javascript:;">
|
28 | 42 | <span>1</span>
|
29 | 43 | <strong ng-hide="CD.isRegistered">
|
|
0 commit comments