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 @@ -269,7 +269,7 @@ <h2>Reliability Rating and Bonus</h2>
269269 < th class ="subDateColumn ">
270270 < div > Submission Date</ div >
271271 </ th >
272- < th class ="successIconColumn ">
272+ < th class ="successIconColumn " ng-show =" !CD.isPeerReviewed " >
273273 < div > Result</ div >
274274 </ th >
275275 </ tr >
@@ -290,7 +290,7 @@ <h2>Reliability Rating and Bonus</h2>
290290 < td ng-class ="CD.challengeType == 'design' ? 'regDateColumnDesign' : 'regDateColumn' " ng-bind ="registrant.registrationDate | formatDate:2 "> </ td >
291291 < td ng-class ="CD.challengeType == 'design' ? 'subDateColumnDesign' : 'subDateColumn' " ng-bind ="registrant.submissionDate | formatDate:2 "> </ td >
292292 <!--bugfix refactored-challenge-details-68: added missing icons -->
293- < td class ="successIconColumn ">
293+ < td class ="successIconColumn " ng-show =" !CD.isPeerReviewed " >
294294 < i class ="{{registrant.winner ? 'successIcon' : registrant.submissionStatus.match('Failed') ? 'failureIcon' : ''}} "
295295 title ="{{registrant.winner ? 'Pass' : registrant.submissionStatus.match('Failed') ? 'Fail' : ''}} "> </ i >
296296 </ td >
You can’t perform that action at this time.
0 commit comments