admin: show only active team in export
This commit is contained in:
parent
73db9da682
commit
473332e101
@ -1,4 +1,4 @@
|
||||
<div ng-repeat="team in teams" ng-click="show(team.id)" ng-controller="TeamController">
|
||||
<div ng-repeat="team in teams" ng-click="show(team.id)" ng-controller="TeamController" ng-if="team.active">
|
||||
<div ng-controller="TeamExercicesController">
|
||||
<div ng-if="teams[my.team_id].rank">
|
||||
<h2>{{ team.name }} <small>{{ teams[my.team_id].rank }}/{{ nb_teams }} – <ng-pluralize count="my.score" when="{'one': '{} point', 'other': '{} points'}"></ng-pluralize></small></h2>
|
||||
|
Loading…
Reference in New Issue
Block a user