Commit 76c94280 authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Ajustes de telas

parent 1698ddac
......@@ -35,9 +35,6 @@
<img src="{{asset('img/icons/ellipsis-v-solid.svg')}}" style="width:8px">
</a>
<div class="dropdown-menu">
<a href="{{ route('evento.editar', ['id' => $evento->id]) }}" class="dropdown-item text-center">
Editar Edital
</a>
<hr class="dropdown-hr">
<a href="{{route('admin.atribuir', ['evento_id' => $evento->id])}}" class="dropdown-item text-center">
Atribuir Avaliadores
......
......@@ -78,7 +78,6 @@
<th scope="col" style="width:100%">Nome do projeto</th>
<th scope="col">Data de Criação</th>
<th scope="col" style="text-align:center">Status</th>
<th scope="col">Opção</th>
</tr>
</thead>
<tbody id="projetos">
......
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