This commit is contained in:
Malibu 2015-03-03 15:45:00 +01:00
parent 198ca6f5dc
commit b0d3f8f725
1 changed files with 1 additions and 1 deletions

View File

@ -39,8 +39,8 @@
@foreach ($users as $user)
@if ($user->droits != 2 && $user != $me || ($user->droits != 0 && $me->droits == 2 && $user != $me))
<tr style="background-color: #F6E3CE">
<td>{{$user->firstname}}</td>
<td>{{$user->lastname}}</td>
<td>{{$user->firstname}}</td>
<td>{{$user->email}}</td>
<td>{{$user->school}}</td>
@if ($user->droits == 0)