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
dc19a1e0
Unverified
Commit
dc19a1e0
authored
Aug 10, 2022
by
Nathalia Santos
Committed by
GitHub
Aug 10, 2022
Browse files
Merge pull request #523 from antonioDurval/master
Correção de erro ao Administrador clicar em resultados
parents
43db63be
689d49d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/resultadosProjetos.blade.php
View file @
dc19a1e0
...
...
@@ -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