diff --git a/resources/views/planosTrabalho/listar.blade.php b/resources/views/planosTrabalho/listar.blade.php index 566a18305371d553648dcde803196c5ff9d9c0e7..755125f8f1f7aab1f5418b936f43421335797700 100644 --- a/resources/views/planosTrabalho/listar.blade.php +++ b/resources/views/planosTrabalho/listar.blade.php @@ -23,7 +23,7 @@ <tbody> <td style="text-align: center;">{{$arquivo->titulo}}</td> - <td style="text-align: center;">{{$arquivo->participante->user->name}} {{$arquivo->trabalho->evento->nome}}</td> + <td style="text-align: center;">{{$arquivo->participante->user->name}}</td> <td style="text-align: center;"> @if((Auth::user()->proponentes != null) && ($arquivo->relatorioParcial == null) && ($arquivo->trabalho->evento->dt_inicioRelatorioParcial <= $hoje) && ($hoje <= $arquivo->trabalho->evento->dt_fimRelatorioParcial))