From dd0405b2d750a6ede47385adce2c4240ded91701 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 12 May 2022 12:39:10 -0300 Subject: [PATCH] =?UTF-8?q?Recupera=C3=A7=C3=A3o=20dos=20dados=20dos=20cam?= =?UTF-8?q?pos=20em=20caso=20de=20erro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/evento/formulario/anexos.blade.php | 8 ++++---- resources/views/evento/formulario/projeto.blade.php | 2 +- resources/views/evento/formulario/proponente.blade.php | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/views/evento/formulario/anexos.blade.php b/resources/views/evento/formulario/anexos.blade.php index d65d813..c3b29f2 100755 --- a/resources/views/evento/formulario/anexos.blade.php +++ b/resources/views/evento/formulario/anexos.blade.php @@ -13,7 +13,7 @@ {{-- Arquivo --}}
- + @error('anexoProjeto') @@ -25,7 +25,7 @@ @if($edital->tipo != "PIBEX")
- + @error('anexoLattesCoordenador') @@ -37,7 +37,7 @@ @if($edital->tipo != "PIBEX")
- + @error('anexoPlanilhaPontuacao') @@ -72,7 +72,7 @@ @if($edital->tipo != "PIBEX")
- + @error('anexoGrupoPesquisa') diff --git a/resources/views/evento/formulario/projeto.blade.php b/resources/views/evento/formulario/projeto.blade.php index 9826dda..c064a06 100755 --- a/resources/views/evento/formulario/projeto.blade.php +++ b/resources/views/evento/formulario/projeto.blade.php @@ -11,7 +11,7 @@
- + @error('titulo') diff --git a/resources/views/evento/formulario/proponente.blade.php b/resources/views/evento/formulario/proponente.blade.php index 3a4bc4f..d0ce5ec 100755 --- a/resources/views/evento/formulario/proponente.blade.php +++ b/resources/views/evento/formulario/proponente.blade.php @@ -37,12 +37,12 @@ @if($edital->tipo != "PIBEX")

- +

+ value="{{ old('linkGrupoPesquisa') }}" > @error('linkGrupoPesquisa') {{ $message }} @@ -54,12 +54,12 @@ @if($edital->tipo != "PIBEX")

- +

+ value="{{ old('pontuacaoPlanilha') }}" style="width: 100px"> @error('pontuacaoPlanilha') {{ $message }} -- GitLab