Skip to content

Commit

Permalink
*6991* Fixed review lettering
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Dec 19, 2011
1 parent de49635 commit c31225c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/sectionEditor/submission/rounds.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,9 @@
</table>
</div>
{assign var="start" value="A"|ord}
{assign var=reviewKey value=0}

{foreach from=$roundAssignments item=reviewAssignment key=reviewKey}
{foreach from=$roundAssignments item=reviewAssignment}
{assign var="reviewId" value=$reviewAssignment->getId()}

{if !$reviewAssignment->getCancelled()}
Expand Down Expand Up @@ -183,6 +184,7 @@ name="viewable" value="1"{if $reviewerFile->getViewable()} checked="checked"{/if
</tr>
</table>
{/if}
{assign var=reviewKey value=$reviewKey+1}
{/foreach}
</div>
<div class="separator"></div>
Expand Down

0 comments on commit c31225c

Please sign in to comment.