Commit af4a2bb4 authored by Danillo Bion's avatar Danillo Bion
Browse files

ajuste na tela de editais

parent 72a28df1
......@@ -168,7 +168,10 @@
<img src="{{asset('img/icons/logo_projeto.png')}}" alt="..." width="190px">
</div>
@if($flag == 'true')
<div class="col-md-5" style="text-align: center;margin-top:1rem"><h5>Nenhum edital encontrado!</h5></div>
<div class="col-md-5" style="text-align: center;margin-top:1rem">
<h5>Nenhum edital encontrado!</h5>
<a href="{{route('coord.home')}}">Clique aqui para ver todos os editais</a>
</div>
@else
<div class="col-md-5" style="text-align: center;margin-top:1rem"><h5>Nenhum edital cadastrado!</h5></div>
@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