From 289d4dad8402ce728fa42ba690bc7ec923c9dfdd Mon Sep 17 00:00:00 2001 From: Guilherme Silva Date: Mon, 7 Feb 2022 02:25:50 -0300 Subject: [PATCH] =?UTF-8?q?Ajuste=20no=20tamanho=20de=20exibi=C3=A7=C3=A3o?= =?UTF-8?q?=20dos=20simbolos=20na=20lista=20de=20proposta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/administrador/analisar.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/administrador/analisar.blade.php b/resources/views/administrador/analisar.blade.php index 1495235..5c334f7 100755 --- a/resources/views/administrador/analisar.blade.php +++ b/resources/views/administrador/analisar.blade.php @@ -32,11 +32,11 @@
@if($trabalho->status == "aprovado") - + @elseif($trabalho->status == "negado") - + @else - + @endif
-- GitLab