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
4936a6f9
Commit
4936a6f9
authored
Mar 16, 2022
by
Guilherme Silva
Browse files
Ajuste de espaço ocupado pelo campo pontuação calculada
parent
6907c590
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/visualizarParecerInterno.blade.php
View file @
4936a6f9
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
<
label
for
=
"anexoPlanilha"
class
=
"col-form-label"
>
{{
__
(
'Pontuação calculada: '
)
}}
</
label
>
<
label
for
=
"anexoPlanilha"
class
=
"col-form-label"
>
{{
__
(
'Pontuação calculada: '
)
}}
</
label
>
</
div
>
</
div
>
<
div
class
=
"col-sm-3"
style
=
"top: 5px; text-align: right"
>
<
div
class
=
"col-sm-3"
style
=
"top: 5px; text-align: right"
>
<
input
type
=
"number"
min
=
"0"
step
=
".01"
name
=
"anexoPlanilha"
<
input
type
=
"number"
min
=
"0"
step
=
".01"
name
=
"anexoPlanilha"
style
=
"width: 60px"
@
if
(
$parecer
!=
null
&&
$parecer
->
statusAnexoPlanilhaPontuacao
!=
null
)
@
if
(
$parecer
!=
null
&&
$parecer
->
statusAnexoPlanilhaPontuacao
!=
null
)
@
if
(
is_numeric
(
$parecer
->
statusAnexoPlanilhaPontuacao
))
value
=
"
{
{$parecer->statusAnexoPlanilhaPontuacao}
}
"
@
if
(
is_numeric
(
$parecer
->
statusAnexoPlanilhaPontuacao
))
value
=
"
{
{$parecer->statusAnexoPlanilhaPontuacao}
}
"
@
else
value
=
"0"
@
else
value
=
"0"
...
...
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