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
289d4dad
"tests/Feature/git@sites.upe.br:walter.felipe/pad-upe.git" did not exist on "775380b4dc233272b62da0f96a7a62220517f899"
Commit
289d4dad
authored
Feb 07, 2022
by
Guilherme Silva
Browse files
Ajuste no tamanho de exibição dos simbolos na lista de proposta
parent
d7e927e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisar.blade.php
View file @
289d4dad
...
@@ -32,11 +32,11 @@
...
@@ -32,11 +32,11 @@
<
div
class
=
"col-md-2"
>
<
div
class
=
"col-md-2"
>
@
if
(
$trabalho
->
status
==
"aprovado"
)
@
if
(
$trabalho
->
status
==
"aprovado"
)
<
img
src
=
"
{
{asset('img/icons/aprovado.png')}
}
"
style
=
"width:
10
0%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;"
alt
=
""
>
<
img
src
=
"
{
{asset('img/icons/aprovado.png')}
}
"
style
=
"width:
6
0%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;"
alt
=
""
>
@
elseif
(
$trabalho
->
status
==
"negado"
)
@
elseif
(
$trabalho
->
status
==
"negado"
)
<
img
src
=
"
{
{asset('img/icons/pendente.png')}
}
"
style
=
"width:
10
0%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;"
alt
=
""
>
<
img
src
=
"
{
{asset('img/icons/pendente.png')}
}
"
style
=
"width:
6
0%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;"
alt
=
""
>
@
else
@
else
<
img
src
=
"
{
{asset('img/icons/pendente.png')}
}
"
style
=
"width:
10
0%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;"
alt
=
""
>
<
img
src
=
"
{
{asset('img/icons/pendente.png')}
}
"
style
=
"width:
6
0%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;"
alt
=
""
>
@
endif
@
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