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
29ee084a
"app/vscode:/vscode.git/clone" did not exist on "6d3f279001926bc17269b7a7f8ff17e8a90c0965"
Commit
29ee084a
authored
May 29, 2023
by
Edgarvital
Browse files
Revert no teste
parent
7856e47d
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/analisarProposta.blade.php
View file @
29ee084a
...
...
@@ -1232,7 +1232,31 @@
$acesso
=
$avaliador
->
trabalhos
()
->
where
(
"trabalho_id"
,
$trabalho
->
id
)
->
first
()
->
pivot
->
acesso
;
$instituicao_avaliador
=
$avaliador
->
user
->
instituicao
;
@
endphp
@
if
(
true
)
@
if
(
(
$acesso
==
null
&&
$avaliador
->
tipo
==
"Externo"
)
||
$acesso
==
1
||
$acesso
==
3
||
(
(
$instituicao_avaliador
!=
"UFAPE"
&&
$instituicao_avaliador
!=
"Universidade Federal do Agreste de Pernambuco"
)
&&
$avaliador
->
tipo
==
null
&&
(
$acesso
==
null
||
$acesso
==
1
||
$acesso
==
3
)
)
)
@
if
(
$evento
->
tipoAvaliacao
==
'form'
)
<
div
class
=
"col-sm-1"
>
<
img
src
=
"
{
{asset('img/icons/usuario.svg')}
}
"
style
=
"width:60px"
alt
=
""
>
...
...
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