admin: claims now reference exercices

This commit is contained in:
nemunaire 2020-01-20 09:24:24 +01:00
commit 2e3f7c6894
6 changed files with 76 additions and 20 deletions

View file

@ -37,7 +37,7 @@
</span>
</span>
<span ng-if="field == 'id_team'">
{{ teams[claim.id_team].name }}
<a ng-href="teams/{{ claim.id_team }}">{{ teams[claim.id_team].name }}</a>
</span>
</td>
</tr>