From 2cba0c73be28adc11e1fff1a80220084ee002cd8 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 31 Aug 2022 11:35:10 -0300 Subject: [PATCH] =?UTF-8?q?Adicionado=20bot=C3=A3o=20de=20cancelar=20ao=20?= =?UTF-8?q?editar=20uma=20proposta?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/projeto/editaFormulario/finalizar.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/projeto/editaFormulario/finalizar.blade.php b/resources/views/projeto/editaFormulario/finalizar.blade.php index d4a0998..62563de 100755 --- a/resources/views/projeto/editaFormulario/finalizar.blade.php +++ b/resources/views/projeto/editaFormulario/finalizar.blade.php @@ -10,6 +10,8 @@
* Campos obrigatórios
+ + Cancelar @if(Auth::user()->tipo != 'administrador') @endif -- GitLab