Flip contributors match

test
dan 2019-11-23 11:10:53 -07:00
parent a471b3121b
commit 5a33068e2b
1 changed files with 1 additions and 1 deletions

View File

@ -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>