This repository was archived by the owner on Jan 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
src/main/com/topcoder/web/tc/view/review_board Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 316
316
<td class =" bodyText" >
317
317
<p align =" left" >
318
318
Select the review roles you would like to apply for and click the button.
319
- The system will assign members that best meet the review requirements for this challenge .
319
+ Reviewers will be assigned up to 24 hours in advance of the start of the review process .
320
320
<c:if test =" ${ auctionCategoryId == CONTEST_REVIEW_AUCTION_CATEGORY_ID } " >
321
321
Although you will be assigned to at most one review position, applying for multiple
322
322
roles increases your chances of being selected.
414
414
<tr >
415
415
<td class =" tableHeader" >Handle</td >
416
416
<td class =" tableHeader" align =" center" >Role</td >
417
- <td class =" tableHeader" align =" center" >Application Date ** </td >
417
+ <td class =" tableHeader" align =" center" >Application Date</td >
418
418
</tr >
419
419
<c:forEach items =" ${ reviewApplications } " var =" reviewApplicant" >
420
420
<c:if test =" ${ reviewApplicant. status. id ne 2 } " > <%-- Do not show Cancelled applications --%>
433
433
</c:forEach >
434
434
</tbody >
435
435
</table >
436
- <table cellspacing =" 0" cellpadding =" 0" width =" 540" class =" bodyText" >
437
- <tr >
438
- <td class =" bodyText" >
439
- <p align =" left" >** Reviewers will be assigned up to 24 hours in advance of the start of the review process.
440
- </p >
441
- </td >
442
- </tr >
443
- </table >
436
+
444
437
<br />
445
438
</td >
446
439
<!-- Center Column Ends -->
You can’t perform that action at this time.
0 commit comments