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
75fa0b52
"app/Models/Pad.php" did not exist on "b207934a2f553bf6b02f8de72ca6b9d87be50e07"
Commit
75fa0b52
authored
Apr 16, 2022
by
unknown
Browse files
Redução do campo valor da planilha de pontuação
parent
36fdbf98
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/proponente.blade.php
View file @
75fa0b52
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
<div
class=
"col-md-9"
>
<div
class=
"col-md-9"
>
<br>
<br>
<input
class=
"form-control @error('pontuacaoPlanilha') is-invalid @enderror"
type=
"number"
min=
"0"
step=
".01"
name=
"pontuacaoPlanilha"
<input
class=
"form-control @error('pontuacaoPlanilha') is-invalid @enderror"
type=
"number"
min=
"0"
step=
".01"
name=
"pontuacaoPlanilha"
value=
""
>
value=
""
style=
"width: 100px"
>
@error('pontuacaoPlanilha')
@error('pontuacaoPlanilha')
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
<span
class=
"invalid-feedback"
role=
"alert"
style=
"overflow: visible; display:block"
>
<strong>
{{ $message }}
</strong>
<strong>
{{ $message }}
</strong>
...
...
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