Skip to content

Commit

Permalink
Display leaderboad as bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-ion committed Sep 20, 2023
1 parent d8c031d commit 2e9c4bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trainingportal/static/leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<tbody>
<tr>
<td scope="col" ng-repeat="module in lbModules">
<ol class="small">
<ul class="small">
<li ng-repeat="user in module.members">
{{user.givenName}} {{user.familyName}}
</li>
</ol>
</ul>
</th>
</tr>
</tbody>
Expand Down

0 comments on commit 2e9c4bb

Please sign in to comment.