fix table head
This commit is contained in:
parent
6a8212bb4e
commit
072e5eeca3
1 changed files with 2 additions and 2 deletions
|
@ -49,9 +49,9 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th>{{'Person' | translate}}</th>
|
<th>{{'Person' | translate}}</th>
|
||||||
<th>{{'Attended' | translate}}</th>
|
<th>{{'Attended' | translate}}</th>
|
||||||
<td ng-repeat="col in customFields">
|
<th ng-repeat="col in customFields">
|
||||||
<strong>{{col.label | translate}}</strong>
|
<strong>{{col.label | translate}}</strong>
|
||||||
</td>
|
</th>
|
||||||
<th>{{'Delete' | translate}}</th>
|
<th>{{'Delete' | translate}}</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
Loading…
Reference in a new issue