Skip to content

Commit

Permalink
Highlight footer aswell
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-glombik committed Sep 17, 2023
1 parent 39dc51b commit ea06179
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@ <h3>
<tr>
<th scope="row" colspan="2">{{ 'artemisApp.exam.examSummary.points.total' | artemisTranslate }}</th>
<td *ngIf="showIncludedInScoreColumn()">-</td>
<td>
<th>
{{ getAchievedPointsSum() }}
</td>
<td>
</th>
<th>
{{ getMaxNormalPointsSum() }}
</td>
<td>
</th>
<th>
{{ getAchievedPointsPercentageSum() }}
</td>
<td *ngIf="getMaxBonusPointsSum() != 0">
</th>
<th *ngIf="getMaxBonusPointsSum() != 0">
{{ getMaxBonusPointsSum() }}
</td>
</th>
</tr>
</tfoot>
</table>
Expand Down

0 comments on commit ea06179

Please sign in to comment.