From 4e61e3b69a36aa5c7159f87f483917091c793e5d Mon Sep 17 00:00:00 2001 From: Yuri Resende Date: Wed, 29 Mar 2023 16:37:41 -0300 Subject: [PATCH] =?UTF-8?q?Retirando=20a=20listagem=20de=20notas=20para=20?= =?UTF-8?q?os=20proponentes=20em=20projetos=20que=20n=C3=A3o=20possuem=20d?= =?UTF-8?q?iscentes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/projeto/formularioVisualizar/relatorio.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/projeto/formularioVisualizar/relatorio.blade.php b/resources/views/projeto/formularioVisualizar/relatorio.blade.php index 76fd660..04006c7 100644 --- a/resources/views/projeto/formularioVisualizar/relatorio.blade.php +++ b/resources/views/projeto/formularioVisualizar/relatorio.blade.php @@ -44,6 +44,8 @@ + + @if($edital->numParticipantes > 0)
Avaliações dos Relatórios
@@ -128,7 +130,8 @@
@endforeach - + + @endif -- GitLab