Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
6e2bf42a
Commit
6e2bf42a
authored
Jul 21, 2022
by
S-Nathalia
Browse files
remoção de mensagens na tela superior do editar proposta
parent
931b953d
Changes
3
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/rascunho/projeto.blade.php
View file @
6e2bf42a
...
...
@@ -7,7 +7,7 @@
<div
class=
"card-body"
>
<div
class=
"container"
>
<div
class=
"form-row mt-3"
>
<div
class=
"col-md-12"
><h5
style=
"color: #1492E6; margin-bottom:-0.4rem"
>
Informações do
p
rojeto
</h5></div>
<div
class=
"col-md-12"
><h5
style=
"color: #1492E6; margin-bottom:-0.4rem"
>
Informações do
P
rojeto
</h5></div>
<div
class=
"col-md-12"
style=
"margin-bottom: -0.8rem;"
><hr
style=
"border-top: 1px solid#1492E6"
></div>
<div
class=
"form-group col-md-12"
style=
"margin-top: 10px"
>
...
...
resources/views/projeto/editaFormulario/finalizar.blade.php
View file @
6e2bf42a
...
...
@@ -13,6 +13,11 @@
<button
type=
"submit"
class=
"btn btn-primary "
id=
"idButtonSubmitRascunho"
>
{{ __('Salvar como rascunho') }}
</button>
<button
type=
"submit"
class=
"btn btn-success"
id=
"idButtonSubmitProjeto"
>
{{ __('Submeter projeto') }}
</button>
</div>
@if($errors->any())
<div
class=
"alert alert-danger"
>
Verifique se todos os campos obrigatórios/Dados do discente foram preenchidos!
</div>
@endif
</div>
</div>
</div>
...
...
resources/views/projeto/editar.blade.php
View file @
6e2bf42a
...
...
@@ -17,7 +17,7 @@
{{
session
(
'mensagem'
)
}}
</
div
>
@
endif
@
if
(
$errors
->
any
())
<!--
@
if
(
$errors
->
any
())
<
div
class
=
"alert alert-danger"
>
<
ul
>
@
foreach
(
$errors
->
all
()
as
$error
)
...
...
@@ -25,7 +25,7 @@
@
endforeach
</
ul
>
</
div
>
@
endif
@
endif
-->
<
div
class
=
"row justify-content-center"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment