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

Ajustes de telas

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