client/app/auth/logout_modal.html
author rougeronj
Fri, 22 May 2015 12:37:37 +0200
changeset 90 faf2cdb47813
parent 60 7d624c1013a3
child 96 3542155549e4
permissions -rw-r--r--
remove "comment" from the model. Copy the 'comment' field of Jamespot in the 'description' field of the model instead

<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>