Flip contributors match
parent
a471b3121b
commit
5a33068e2b
|
|
@ -6,7 +6,7 @@
|
|||
<table>
|
||||
<tbody>
|
||||
<ng-container *ngFor="let c of contributions; let ci = index">
|
||||
<tr [class.bg-red]="contributorDatesMatch(c.contributorId)">
|
||||
<tr [class.bg-red]="!contributorDatesMatch(c.contributorId)">
|
||||
<td colspan="2" class="fw-bold fs-1-2-5">{{c.date}}</td>
|
||||
<td colspan="4" class="fw-bold fs-1-2-5">{{contributorName(c.contributorId)}}</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue