modified: SRC/public/css/app.css
modified: SRC/resources/views/admin.blade.php modified: SRC/resources/views/referent.blade.php
This commit is contained in:
@ -50,14 +50,14 @@
|
||||
<td>
|
||||
|
||||
@if ($user->droits == 0)
|
||||
<form method="POST" style = "float: left;" role="form" action="logAs">
|
||||
<form method="POST" style = "float: left" role="form" action="logAs">
|
||||
<input type="hidden" name="idUser" value="{{ $user->id }}">
|
||||
<input type="hidden" name="_token" value="{{{ csrf_token() }}}" />
|
||||
<button type="submit" class="btn btn-sm btn-success"><span class="glyphicon glyphicon-log-in"></span></a>
|
||||
</form>
|
||||
@endif
|
||||
|
||||
<form method="POST" role="form" style = "float: left;" action="deleteUser">
|
||||
<form method="POST" role="form" style = "float: left" action="deleteUser">
|
||||
<input type="hidden" name="idUser" value="{{ $user->id }}">
|
||||
<input type="hidden" name="_token" value="{{{ csrf_token() }}}" />
|
||||
<button type="submit" class="btn btn-sm btn-danger"><span class="glyphicon glyphicon-trash"></span></a>
|
||||
|
Reference in New Issue
Block a user