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
512ad6e7
Commit
512ad6e7
authored
Jun 14, 2023
by
Yuri Resende
Browse files
Possibilitando a edição de notas com valores quebrados.
parent
b5db175d
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/avaliacaoRelatorio/avaliacao.blade.php
View file @
512ad6e7
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
style
=
"font-weight: bold"
>
{{
__
(
'Nota: '
)
}}
</
label
>
style
=
"font-weight: bold"
>
{{
__
(
'Nota: '
)
}}
</
label
>
</
div
>
</
div
>
<
div
class
=
"col-sm-5 text-center padEsquerda"
>
<
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
>
style
=
"width: 60px"
@
if
(
isset
(
$aval
))
value
=
"
{
{$aval->nota}
}
"
@
endif
>
</
div
>
</
div
>
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
style
=
"font-weight: bold"
>
{{
__
(
'Apresentação: '
)
}}
</
label
>
style
=
"font-weight: bold"
>
{{
__
(
'Apresentação: '
)
}}
</
label
>
</
div
>
</
div
>
<
div
class
=
"col-sm-4 text-center padEsquerda"
>
<
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
>
style
=
"width: 60px"
@
if
(
isset
(
$aval
))
value
=
"
{
{$aval->nota_apresentacao}
}
"
@
endif
>
</
div
>
</
div
>
</
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