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
689d49d5
Commit
689d49d5
authored
Aug 05, 2022
by
unknown
Browse files
Correção de erro ao Administrador clicar em resultados
parent
8ce78503
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/resultadosProjetos.blade.php
View file @
689d49d5
...
...
@@ -95,7 +95,7 @@
@
php
$parecerInterno
=
App\ParecerInterno
::
where
([[
'avaliador_id'
,
$avaliador
->
id
],[
'trabalho_id'
,
$trabalho
->
id
]])
->
first
();
@
endphp
@
if
(
$parecer
!=
null
&&
$parecer
->
statusParecer
!=
null
){{
$parecer
->
statusParecer
}}
<
br
>@
else
Pendente
<
br
>@
endif
@
if
(
$parecer
Interno
!=
null
&&
$parecer
Interno
->
statusParecer
!=
null
){{
$parecer
Interno
->
statusParecer
}}
<
br
>@
else
Pendente
<
br
>@
endif
@
endif
{{
--
Externos
--
}}
...
...
@@ -181,7 +181,7 @@
@
php
$parecerInterno
=
App\ParecerInterno
::
where
([[
'avaliador_id'
,
$avaliador
->
id
],[
'trabalho_id'
,
$trabalho
->
id
]])
->
first
();
@
endphp
@
if
(
$parecer
!=
null
&&
$parecer
->
statusParecer
!=
null
){{
$parecer
->
statusParecer
}}
<
br
>@
else
Pendente
<
br
>@
endif
@
if
(
$parecer
Interno
!=
null
&&
$parecer
Interno
->
statusParecer
!=
null
){{
$parecer
Interno
->
statusParecer
}}
<
br
>@
else
Pendente
<
br
>@
endif
@
endif
{{
--
Externos
--
}}
...
...
@@ -268,7 +268,7 @@
@
php
$parecerInterno
=
App\ParecerInterno
::
where
([[
'avaliador_id'
,
$avaliador
->
id
],[
'trabalho_id'
,
$trabalho
->
id
]])
->
first
();
@
endphp
@
if
(
$parecer
!=
null
&&
$parecer
->
statusParecer
!=
null
){{
$parecer
->
statusParecer
}}
<
br
>@
else
Pendente
<
br
>@
endif
@
if
(
$parecer
Interno
!=
null
&&
$parecer
Interno
->
statusParecer
!=
null
){{
$parecer
Interno
->
statusParecer
}}
<
br
>@
else
Pendente
<
br
>@
endif
@
endif
{{
--
Externos
--
}}
...
...
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