From c2ebd86d14ac3f07a542c26290543bd9868aefd2 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 19 May 2023 10:31:16 -0300 Subject: [PATCH] =?UTF-8?q?Retirando=20informa=C3=A7=C3=B5es=20do=20propon?= =?UTF-8?q?ente=20e=20altera=C3=A7=C3=B5es=20textuais=20na=20pagina=20do?= =?UTF-8?q?=20revisor=20ad=20hoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/avaliador/parecer.blade.php | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/resources/views/avaliador/parecer.blade.php b/resources/views/avaliador/parecer.blade.php index bf68ded..faf4057 100755 --- a/resources/views/avaliador/parecer.blade.php +++ b/resources/views/avaliador/parecer.blade.php @@ -4,11 +4,13 @@
-
- @component('projeto.formularioVisualizar.proponente2', ['edital' => $trabalho->evento, 'projeto' => $trabalho]) - @endcomponent -
- + @if($evento->tipo != "PIBEX" && $evento->natureza_id != 3) +
+ @component('projeto.formularioVisualizar.proponente2', ['edital' => $trabalho->evento, 'projeto' => $trabalho]) + @endcomponent +
+ @endif +
@@ -23,7 +25,8 @@
{{-- Arquivo --}}
- + + {{ $trabalho->titulo }}
@@ -52,7 +55,8 @@
@if($participante->planoTrabalho != null) + title="{{$participante->planoTrabalho->titulo}}">{{ __('Título do plano de trabalho com arquivo digital: ') }} + {{$participante->planoTrabalho->titulo}} @endif @if($planoTrabalhoTemp != null) -- GitLab