modified: SRC/resources/views/referent.blade.php

This commit is contained in:
Malibu 2015-03-09 17:42:18 +01:00
parent dab277401e
commit 7290e0696f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
<td class="sessionName">{{$listeoeuvre->nom}}</td> <td class="sessionName">{{$listeoeuvre->nom}}</td>
<td> <td>
<label class="ios7-switch"> <label class="ios7-switch">
<input class="activeSession" type="checkbox" checked> <input class="activeSession" type="checkbox" @if ($listeoeuvre->etat == 1) checked="checked" @endif>
<span></span> <span></span>
</label> </label>
</td> </td>