From 8f5d032438b05414ac5d0ad2f37ec2fc0610efbe Mon Sep 17 00:00:00 2001 From: Guilherme Silva Date: Sun, 30 Jan 2022 17:10:28 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20no=20texto=20exibido=20em?= =?UTF-8?q?=20relat=C3=B3rios?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/planosTrabalho/listar.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/planosTrabalho/listar.blade.php b/resources/views/planosTrabalho/listar.blade.php index 566a183..755125f 100644 --- a/resources/views/planosTrabalho/listar.blade.php +++ b/resources/views/planosTrabalho/listar.blade.php @@ -23,7 +23,7 @@ {{$arquivo->titulo}} - {{$arquivo->participante->user->name}} {{$arquivo->trabalho->evento->nome}} + {{$arquivo->participante->user->name}} @if((Auth::user()->proponentes != null) && ($arquivo->relatorioParcial == null) && ($arquivo->trabalho->evento->dt_inicioRelatorioParcial <= $hoje) && ($hoje <= $arquivo->trabalho->evento->dt_fimRelatorioParcial)) -- GitLab