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
6985447f
Unverified
Commit
6985447f
authored
Jun 14, 2023
by
Yuri Resende
Committed by
GitHub
Jun 14, 2023
Browse files
Merge pull request #912 from yuriresendematias/master
Possibilitando a edição de notas com valores quebrados.
parents
b5db175d
512ad6e7
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/avaliacaoRelatorio/avaliacao.blade.php
View file @
6985447f
...
...
@@ -27,7 +27,7 @@
style
=
"font-weight: bold"
>
{{
__
(
'Nota: '
)
}}
</
label
>
</
div
>
<
div
class
=
"col-sm-5 text-center padEsquerda"
>
<
input
class
=
"form-control"
name
=
"nota"
type
=
"number"
<
input
class
=
"form-control"
name
=
"nota"
type
=
"number"
step
=
"0.01"
style
=
"width: 60px"
@
if
(
isset
(
$aval
))
value
=
"
{
{$aval->nota}
}
"
@
endif
>
</
div
>
...
...
@@ -36,7 +36,7 @@
style
=
"font-weight: bold"
>
{{
__
(
'Apresentação: '
)
}}
</
label
>
</
div
>
<
div
class
=
"col-sm-4 text-center padEsquerda"
>
<
input
class
=
"form-control"
name
=
"nota_apresentacao"
type
=
"number"
<
input
class
=
"form-control"
name
=
"nota_apresentacao"
type
=
"number"
step
=
"0.01"
style
=
"width: 60px"
@
if
(
isset
(
$aval
))
value
=
"
{
{$aval->nota_apresentacao}
}
"
@
endif
>
</
div
>
</
div
>
...
...
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