Unverified Commit f763a30f authored by GuilhermeGz's avatar GuilhermeGz Committed by GitHub
Browse files

Merge pull request #211 from antonioDurval/master

Ajuste na lógica do botão de criar proposta
parents 311314ac 41fa880f
......@@ -68,7 +68,7 @@
</div>
</div>
@else
@if($hoje <= $edital->fimSubmissao)
@if($edital->inicioSubmissao <= $hoje && $hoje <= $edital->fimSubmissao)
<a href="{{ route('trabalho.index', ['id' => $edital->id]) }}" class="btn btn-info" style="position:relative; float: right;">Criar proposta</a>
@endif
@endif
......
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