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
54713de9
Unverified
Commit
54713de9
authored
Apr 16, 2022
by
GuilhermeGz
Committed by
GitHub
Apr 16, 2022
Browse files
Merge pull request #196 from antonioDurval/master
Redução do campo valor da planilha de pontuação
parents
36fdbf98
75fa0b52
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/evento/formulario/proponente.blade.php
View file @
54713de9
...
@@ -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