fix table head

This commit is contained in:
Davide Alberani 2015-04-19 21:52:41 +02:00
parent 072e5eeca3
commit 95136829bc
2 changed files with 6 additions and 6 deletions

View file

@ -28,8 +28,8 @@
<table class="table table-striped">
<thead>
<tr>
<td><strong>{{'Event' | translate}}</strong></td>
<td><strong>{{'Delete' | translate}}</strong></td>
<th><strong>{{'Event' | translate}}</strong></th>
<th><strong>{{'Delete' | translate}}</strong></th>
</tr>
</thead>
<tbody>

View file

@ -32,11 +32,11 @@
<table class="table table-striped">
<thead>
<tr>
<td><strong>{{'Name' | translate}}</strong></td>
<td ng-repeat="col in customFields">
<th><strong>{{'Name' | translate}}</strong></th>
<th ng-repeat="col in customFields">
<strong>{{col.label | translate}}</strong>
</td>
<td><strong>{{'Delete' | translate}}</strong></td>
</th>
<th><strong>{{'Delete' | translate}}</strong></th>
</tr>
</thead>
<tbody>