From 801e1e5f632e89fcf2ce7403f60f94f5f0a0ba48 Mon Sep 17 00:00:00 2001 From: Guilherme Silva Date: Tue, 8 Feb 2022 03:43:14 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20na=20referencia=20de=20ima?= =?UTF-8?q?gens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/administrador/analisar.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/administrador/analisar.blade.php b/resources/views/administrador/analisar.blade.php index 5c334f7..c53e54b 100755 --- a/resources/views/administrador/analisar.blade.php +++ b/resources/views/administrador/analisar.blade.php @@ -33,8 +33,8 @@
@if($trabalho->status == "aprovado") - @elseif($trabalho->status == "negado") - + @elseif($trabalho->status == "reprovado") + @else @endif -- GitLab