fix table head

This commit is contained in:
Davide Alberani 2015-04-19 21:50:28 +02:00
parent 6a8212bb4e
commit 072e5eeca3

View file

@ -49,9 +49,9 @@
<tr>
<th>{{'Person' | translate}}</th>
<th>{{'Attended' | translate}}</th>
<td ng-repeat="col in customFields">
<th ng-repeat="col in customFields">
<strong>{{col.label | translate}}</strong>
</td>
</th>
<th>{{'Delete' | translate}}</th>
</tr>
</thead>