Skip to content

Commit

Permalink
SAK-40831 chef_assignments_list_assignments.vm missing closing commen…
Browse files Browse the repository at this point in the history
…t tag
  • Loading branch information
austin48 authored and Miguel Pellicer committed Oct 25, 2018
1 parent 8e796a7 commit 8455c1f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -615,9 +615,9 @@
</tr>

<!-- end peer assessment overview row -->
<!-- peer assessment items rows->
<!-- peer assessment items rows -->
#if ($!submission && $!service.isPeerAssessmentOpen($!assignment) && $!reviews)
<!-- peer assessment is open and user has submitted, show item details
<!-- peer assessment is open and user has submitted, show item details -->
#set ($reviewCount = 0)
#foreach ($review in $reviews)
#set ($reviewCount = $reviewCount + 1)
Expand Down Expand Up @@ -676,7 +676,7 @@
</tr>
#end
#end
<!-- End peer assessment items rows->
<!-- End peer assessment items rows -->

<!-- End Peer assessment rows -->
#end
Expand Down

0 comments on commit 8455c1f

Please sign in to comment.