Commit 5839ace1 authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Ajuste na visualização de usuarios pelo administrador

parent a99a5b6a
......@@ -46,7 +46,12 @@
<td>
{{ $user->name }}
</td>
<td>{{ $user->tipo }}</td>
@if($user->tipo != "avaliador")
<td>{{ $user->tipo }}</td>
@else
<td>{{ $user->tipo }} - {{ $user->avaliadors->tipo }} </td>
@endif
<td>{{ $user->creaet_at }}</td>
<td>
<div class="btn-group dropright dropdown-options">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment