Fix exercices' theme loading in admin
This commit is contained in:
parent
64b9e9a251
commit
5b84e4bfdb
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
</form>
|
||||
|
||||
<div ng-show="theme.id" class="col-md-8" ng-controller="ExercicesListController">
|
||||
<div ng-if="theme.id" class="col-md-8" ng-controller="ExercicesListController">
|
||||
<h3>
|
||||
Exercices ({{ exercices.length }})
|
||||
<button type="button" ng-click="show('new')" class="float-right btn btn-sm btn-primary ml-2"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span> Ajouter un exercice</button>
|
||||
|
|
Reference in a new issue