[admin] Improve interface

This commit is contained in:
nemunaire 2016-10-13 19:52:54 +02:00
commit 347f317dd9
7 changed files with 421 additions and 13 deletions

View file

@ -0,0 +1,9 @@
<div class="well well-lg">
<h3>Interface d'administration du challenge</h3>
<p>
Sélectionnez une action dans le menu ci-dessus.
</p>
<p ng-controller="VersionController">
Version de l'API : {{ v.version }}
</p>
</div>