client/app/auth/logout_modal.html
changeset 96 3542155549e4
parent 60 7d624c1013a3
--- a/client/app/auth/logout_modal.html	Wed May 27 18:57:03 2015 +0200
+++ b/client/app/auth/logout_modal.html	Wed May 27 18:58:39 2015 +0200
@@ -1,11 +1,11 @@
 <div class="modal-header ng-scope">
-	<h3 class="modal-title">Deconnection</h3>
+    <h3 class="modal-title">Deconnection</h3>
 </div>
 
 <div class="modal-body ng-scope">
-	<p>Vous n'est plus connecté</p>
+    <p>Vous n'est plus connecté</p>
 </div>
 
 <div class="modal-footer ng-scope">
-	<button ng-click="cancel()" class="btn btn-warning">Acceuil</button>
+    <button ng-click="cancel()" class="btn btn-warning">Acceuil</button>
 </div>
\ No newline at end of file