From b28eb1c31d1869c86d82091527fd62a63b67a83e Mon Sep 17 00:00:00 2001 From: Guilherme Silva Date: Sun, 13 Feb 2022 19:00:35 -0300 Subject: [PATCH] =?UTF-8?q?Ajuste=20na=20exibi=C3=A7=C3=A3o=20de=20texto?= =?UTF-8?q?=20nas=20tabelas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../administrador/listarBolsas.blade.php | 20 +++++++++++++------ .../views/planosTrabalho/listar.blade.php | 16 +++++++++++---- 2 files changed, 26 insertions(+), 10 deletions(-) diff --git a/resources/views/administrador/listarBolsas.blade.php b/resources/views/administrador/listarBolsas.blade.php index f4ca691..4d55c5b 100644 --- a/resources/views/administrador/listarBolsas.blade.php +++ b/resources/views/administrador/listarBolsas.blade.php @@ -7,7 +7,7 @@

Dados Bolsa

-
+
@@ -23,12 +23,12 @@ @foreach($trabalho->participantes as $participante) - - - - + + + + - - + + @@ -49,7 +49,7 @@ @else @endif @@ -191,6 +191,14 @@ + @endsection -- GitLab
{{$trabalho->evento->nome}}{{$trabalho->titulo}}{{$trabalho->status}}{{$participante->user->name}}{{$trabalho->evento->nome}}{{$trabalho->titulo}}{{$trabalho->status}}{{$participante->user->name}} -
{{$arquivo->titulo}}{{$arquivo->participante->user->name}}{{$arquivo->titulo}}{{$arquivo->participante->user->name}} @if((Auth::user()->proponentes != null) && ($arquivo->relatorioParcial == null) && ($arquivo->trabalho->evento->dt_inicioRelatorioParcial <= $hoje) && ($hoje <= $arquivo->trabalho->evento->dt_fimRelatorioParcial)) @@ -34,7 +34,7 @@ @else @endif