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
Commit
29ee084a
authored
2 years ago
by
Edgarvital
Browse files
Options
Download
Email Patches
Plain Diff
Revert no teste
parent
7856e47d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/administrador/analisarProposta.blade.php
+25
-1
resources/views/administrador/analisarProposta.blade.php
with
25 additions
and
1 deletion
+25
-1
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
=
""
>
...
...
This diff is collapsed.
Click to expand it.
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