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 @@ ...@@ -46,7 +46,12 @@
<td> <td>
{{ $user->name }} {{ $user->name }}
</td> </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>{{ $user->creaet_at }}</td>
<td> <td>
<div class="btn-group dropright dropdown-options"> <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