Commit 2e8febcf authored by Yuri Resende's avatar Yuri Resende
Browse files

Alterando a visualização dos projetos submetidos para o coordenador e para o proponente

parent 4e6d7f0c
......@@ -435,8 +435,9 @@
</div>
<hr style="border-top: 1px solid#1492E6">
{{-- Anexo do Projeto --}}
<div class="row justify-content-start">
@if($evento->tipo != "CONTINUO")
{{-- Anexo do Projeto --}}
{{-- Arquivo --}}
<div class="col-sm-4">
<label for="anexoProjeto" class="col-form-label font-tam"
......@@ -522,14 +523,25 @@
@endif
</div>
@endif
@else
<div class="col-sm-4">
<label for="anexo_SIPAC" class="col-form-label font-tam"
style="font-weight: bold">{{ __('Anexo SIPAC: ') }}</label>
<a href="{{ route('baixar.anexo.SIPAC', ['id' => $trabalho->id])}}"><img class=""
src="{{asset('img/icons/pdf.ico')}}"
style="width:40px"
alt=""></a>
</div>
@endif
</div>
</div>
</div>
</div>
</div>
</div>
@if($evento->tipo != "CONTINUO")
<!--Relatórios-->
<div class="row justify-content-center" style="margin-top: 20px;">
<div class="col-md-12">
......@@ -911,6 +923,7 @@
</div>
</div>
<!--Avaliadores-->
<div class="row justify-content-center" style="margin-top: 20px;">
<div class="col-md-12">
......@@ -1276,7 +1289,7 @@
</div>
</div>
</div>
@endif
<!--Aprovar ou Negar Proposta-->
<div class="row justify-content-center" style="margin-top: 20px;">
<div class="col-md-12">
......
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