admin: display important information first

No more useless column, link with theme when possible
This commit is contained in:
nemunaire 2018-12-08 21:24:30 +01:00
commit 83ad6340b2
4 changed files with 6 additions and 6 deletions

View file

@ -35,7 +35,7 @@
<tbody>
<tr ng-repeat="exercice in exercices | filter: query" ng-click="show(exercice.id)">
<td ng-repeat="field in fields">
{{ exercice[field] }}
{{ exercice[field] | stripHTML }}
</td>
</tr>
</tbody>