| changeset 60 | 7d624c1013a3 |
| child 96 | 3542155549e4 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/app/auth/logout_modal.html Fri Apr 03 10:44:34 2015 +0200 @@ -0,0 +1,11 @@ +<div class="modal-header ng-scope"> + <h3 class="modal-title">Deconnection</h3> +</div> + +<div class="modal-body ng-scope"> + <p>Vous n'est plus connecté</p> +</div> + +<div class="modal-footer ng-scope"> + <button ng-click="cancel()" class="btn btn-warning">Acceuil</button> +</div> \ No newline at end of file