client/app/auth/logout_modal.html
author ymh <ymh.work@gmail.com>
Mon, 08 Jun 2015 00:16:35 +0200
changeset 123 bd83fbd445ca
parent 96 3542155549e4
permissions -rw-r--r--
src are not at repo root folder, again

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