Points are given through my.json
This commit is contained in:
parent
fdeffbdefe
commit
fce5b26e5d
2 changed files with 3 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
|||
<a style="float: right;" class="btn btn-default btn-xs" href="/edit" ng-show="false">edit</a><br><br>
|
||||
|
||||
<span ng-show="teams[my.team_id].rank">{{ teams[my.team_id].rank }}<sup>e</sup> sur {{ teams_count }} –</span>
|
||||
{{ teams[my.team_id].score }} points
|
||||
{{ my.score }} points
|
||||
<a style="float: right;" class="btn btn-default btn-xs btn-primary" href="/rank">classement</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue