Allow teams to change their name
This commit is contained in:
parent
f050dfce06
commit
136b436af5
7 changed files with 126 additions and 13 deletions
|
|
@ -70,8 +70,8 @@
|
|||
<div class="col-sm-3">
|
||||
<div class="panel panel-default" ng-show="(my.team_id)">
|
||||
<div class="panel-body">
|
||||
<strong class="teamname" style="background-color: {{ teams[my.team_id].color }}; color: {{ teams[my.team_id].color }};"><span>{{ teams[my.team_id].name }}</span></strong>
|
||||
<a style="float: right;" class="btn btn-default btn-xs" href="/edit" ng-show="false">edit</a><br><br>
|
||||
<strong class="teamname" style="background-color: {{ teams[my.team_id].color }}; color: {{ teams[my.team_id].color }};"><span>{{ my.name }}</span></strong>
|
||||
<a style="float: right;" class="btn btn-default btn-xs" href="/edit">edit</a><br><br>
|
||||
|
||||
<span ng-show="teams[my.team_id].rank">{{ teams[my.team_id].rank }}<sup>e</sup> sur {{ teams_count }} –</span>
|
||||
{{ my.score }} points
|
||||
|
|
|
|||
Reference in a new issue