admin: remove last occurence of initialName
This commit is contained in:
parent
faab83e037
commit
4077431ef0
3 changed files with 0 additions and 9 deletions
|
|
@ -1,6 +1,5 @@
|
|||
<h1>
|
||||
{{ team.name }}
|
||||
<span ng-show="team.name != team.initialName"> ({{ team.initialName}})</span>
|
||||
<button ng-click="showStats()" class="float-right btn btn- btn-primary" style="margin-right: 10px" ng-if="team.id">
|
||||
<span class="glyphicon glyphicon-list" aria-hidden="true"></span>
|
||||
Statistiques
|
||||
|
|
@ -17,12 +16,6 @@
|
|||
<input type="text" readonly class="form-control-sm form-control-plaintext" ng-model="team.id">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" ng-if="team.id">
|
||||
<label for="initialName" class="col-sm-2 col-form-label-sm">Nom initial</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" readonly class="form-control-sm form-control-plaintext" ng-model="team.initialName">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" ng-repeat="field in fields">
|
||||
<label for="{{ field }}" class="col-sm-2 col-form-label-sm">{{ field | capitalize }}</label>
|
||||
<div class="col-sm-10">
|
||||
|
|
|
|||
Reference in a new issue