admin: display team history
This commit is contained in:
parent
41400a8710
commit
f2089c4d96
3 changed files with 60 additions and 29 deletions
|
@ -83,7 +83,7 @@
|
|||
</div>
|
||||
<div class="list-group">
|
||||
<form ng-submit="saveKey()" class="list-group-item form-horizontal" ng-repeat="key in keys">
|
||||
<div class="form-group">
|
||||
<div class="form-group" id="key-{{key.id}}">
|
||||
<label for="ktype{{key.id}}" class="col-xs-2 control-label">Intitulé</label>
|
||||
<div class="col-xs-8">
|
||||
<input type="text" id="ktype{{key.id}}" ng-model="key.type" class="form-control">
|
||||
|
|
Reference in a new issue