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 @@ ...@@ -435,8 +435,9 @@
</div> </div>
<hr style="border-top: 1px solid#1492E6"> <hr style="border-top: 1px solid#1492E6">
{{-- Anexo do Projeto --}}
<div class="row justify-content-start"> <div class="row justify-content-start">
@if($evento->tipo != "CONTINUO")
{{-- Anexo do Projeto --}}
{{-- Arquivo --}} {{-- Arquivo --}}
<div class="col-sm-4"> <div class="col-sm-4">
<label for="anexoProjeto" class="col-form-label font-tam" <label for="anexoProjeto" class="col-form-label font-tam"
...@@ -522,14 +523,25 @@ ...@@ -522,14 +523,25 @@
@endif @endif
</div> </div>
@endif @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> </div>
@endif
</div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
@if($evento->tipo != "CONTINUO")
<!--Relatórios--> <!--Relatórios-->
<div class="row justify-content-center" style="margin-top: 20px;"> <div class="row justify-content-center" style="margin-top: 20px;">
<div class="col-md-12"> <div class="col-md-12">
...@@ -911,6 +923,7 @@ ...@@ -911,6 +923,7 @@
</div> </div>
</div> </div>
<!--Avaliadores--> <!--Avaliadores-->
<div class="row justify-content-center" style="margin-top: 20px;"> <div class="row justify-content-center" style="margin-top: 20px;">
<div class="col-md-12"> <div class="col-md-12">
...@@ -1276,7 +1289,7 @@ ...@@ -1276,7 +1289,7 @@
</div> </div>
</div> </div>
</div> </div>
@endif
<!--Aprovar ou Negar Proposta--> <!--Aprovar ou Negar Proposta-->
<div class="row justify-content-center" style="margin-top: 20px;"> <div class="row justify-content-center" style="margin-top: 20px;">
<div class="col-md-12"> <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