Commit b3f7f37b authored by Lucas Henrique's avatar Lucas Henrique
Browse files

Removendo resultados para a avaliação por Link

parent 03b6ac15
......@@ -79,10 +79,12 @@
<a href="{{route('admin.pareceres', ['evento_id' => $evento->id])}}" class="dropdown-item text-center">
Visualizar Pareceres
</a>
@if($evento->tipoAvaliacao != "link")
<hr class="dropdown-hr">
<a href="{{route('admin.showResultados', ['evento_id' => $evento->id])}}" class="dropdown-item text-center">
Resultados
</a>
@endif
<hr class="dropdown-hr">
<!-- Button trigger modal -->
<button type="button" class="dropdown-item dropdown-item-delete text-center" data-toggle="modal" data-target="#exampleModal{{ $evento->id }}">
......
......@@ -71,6 +71,7 @@
{{ $pivot->recomendacao }}
@endif
{{--Acesso ao parecer interno--}}
</td>
<td>
@if($avaliacaoTrabalho == null)
<button class="btn btn-danger" disabled="disabled" >
......
......@@ -59,10 +59,12 @@
<a href="{{route('admin.pareceres', ['evento_id' => $evento->id])}}" class="dropdown-item text-center">
Visualizar Pareceres
</a>
@if($evento->tipoAvaliacao != "link")
<hr class="dropdown-hr">
<a href="{{route('admin.showResultados', ['evento_id' => $evento->id])}}" class="dropdown-item text-center">
Resultados
</a>
@endif
<hr class="dropdown-hr">
<!-- Button trigger modal -->
<button type="button" class="dropdown-item dropdown-item-delete text-center" data-toggle="modal" data-target="#exampleModal{{ $evento->id }}">
......
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