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
55854c0c
Unverified
Commit
55854c0c
authored
Sep 14, 2022
by
GuilhermeGz
Committed by
GitHub
Sep 14, 2022
Browse files
Merge pull request #616 from S-Nathalia/table
resolucao da listagem dos editais para adicao de avaliador como convite externo
parents
e1e1e198
2dc2b733
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/selecionarProjetos.blade.php
View file @
55854c0c
...
...
@@ -219,6 +219,7 @@
</tr>
</thead>
<tbody>
@foreach(
$trabalhos
as
$trabalho
)
@foreach(
$trabalho->avaliadors
as
$avaliador
)
{{-- Avaliação Interna --}}
@if((
$avaliador->tipo
== 'Interno' && (
$avaliador->trabalhos
()->where("
trabalho_id
",
$trabalho->id
)->first()->pivot->acesso == null ||
$avaliador->trabalhos
()->where("
trabalho_id
",
$trabalho->id
)->first()->pivot->acesso != 1))
...
...
@@ -285,6 +286,7 @@
@endforeach
@endforeach
</tbody>
</table>
...
...
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