Skip to content

Commit

Permalink
Update assignment/tool/src/webapp/vm/assignment/chef_assignments_stud…
Browse files Browse the repository at this point in the history
…ent_view_submission.vm
  • Loading branch information
bgarciaentornos authored Dec 23, 2024
1 parent 669f9a9 commit 3e8e101
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,8 @@ $(document).ready(function(){
<span style="font-size: smaller; color: blue;">
#set($gusers = $!service.getSortedGroupUsers($group))
#foreach ($user in $gusers)
$formattedText.escapeHtml($user.getDisplayName())#if ($showUserId) ($formattedText.escapeHtml($user.getDisplayId())) #end#if ($velocityCount < $gusers.size()),#end
$formattedText.escapeHtml($user.getDisplayName())#if ($showUserId) ($formattedText.escapeHtml($user.getDisplayId())) #end
#if ($velocityCount < $gusers.size()),#end
#end
</span>

Expand Down

0 comments on commit 3e8e101

Please sign in to comment.