Commit 5f8b744e authored by GuilhermeGz's avatar GuilhermeGz
Browse files

Alterada restrição da edição da proposta

parent 8fc141df
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
</a> </a>
<div class="dropdown-menu"> <div class="dropdown-menu">
@if($hoje <= $projeto->evento->inicioProjeto) @if($hoje <= $projeto->evento->fimSubmissao)
<a href="{{ route('trabalho.editar', ['id' => $projeto->id]) }}" class="dropdown-item" style="text-align: center;"> <a href="{{ route('trabalho.editar', ['id' => $projeto->id]) }}" class="dropdown-item" style="text-align: center;">
Editar Editar
</a> </a>
......
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
</a> </a>
<div class="dropdown-menu"> <div class="dropdown-menu">
@if($hoje <= $edital->inicioProjeto) @if($hoje <= $edital->fimSubmissao)
<a href="{{ route('trabalho.editar', ['id' => $projeto->id]) }}" class="dropdown-item" style="text-align: center;"> <a href="{{ route('trabalho.editar', ['id' => $projeto->id]) }}" class="dropdown-item" style="text-align: center;">
Editar Editar
</a> </a>
......
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