Reimplements the help modal

This commit is contained in:
2016-02-11 17:14:47 +01:00
parent e109e116f5
commit ca9dd50429
5 changed files with 32 additions and 4 deletions

9
webapp/html/help.html Normal file
View File

@@ -0,0 +1,9 @@
<div class="modal-header">
<h3 class="modal-title">Aide</h3>
</div>
<div class="modal-body">
<p> Bientôt disponible </p>
</div>
<div class="modal-footer">
<button class="btn btn-primary" type="button" ng-click="ok()">OK</button>
</div>