admin: add the ability to sync only one exercice

This commit is contained in:
nemunaire 2018-12-05 05:03:21 +01:00
parent dc4a4925e3
commit 2ccc59b4fa
3 changed files with 65 additions and 24 deletions

View file

@ -1,4 +1,7 @@
<h2>{{exercice.title}}</h2>
<h2>
{{exercice.title}}
<button type="button" ng-click="syncExo()" ng-class="{'disabled': inSync}" class="float-right btn btn-sm btn-light"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> Synchroniser</button>
</h2>
<div class="row mb-5">