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
801e1e5f
"resources/views/vscode:/vscode.git/clone" did not exist on "80233333cacd7bffc71b4947d2a23f359aa845dd"
Commit
801e1e5f
authored
Feb 08, 2022
by
Guilherme Silva
Browse files
Correção na referencia de imagens
parent
685288e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisar.blade.php
View file @
801e1e5f
...
...
@@ -33,8 +33,8 @@
<
div
class
=
"col-md-2"
>
@
if
(
$trabalho
->
status
==
"aprovado"
)
<
img
src
=
"
{
{asset('img/icons/aprovado.png')}
}
"
style
=
"width: 60%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;"
alt
=
""
>
@
elseif
(
$trabalho
->
status
==
"
neg
ado"
)
<
img
src
=
"
{
{asset('img/icons/
pendente
.png')}
}
"
style
=
"width: 60%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;"
alt
=
""
>
@
elseif
(
$trabalho
->
status
==
"
reprov
ado"
)
<
img
src
=
"
{
{asset('img/icons/
negado
.png')}
}
"
style
=
"width: 60%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;"
alt
=
""
>
@
else
<
img
src
=
"
{
{asset('img/icons/pendente.png')}
}
"
style
=
"width: 60%;margin: auto;display: flex;margin-top: 5px;justify-content: center;align-items: center;"
alt
=
""
>
@
endif
...
...
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