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
7acdef83
Unverified
Commit
7acdef83
authored
3 years ago
by
José Rômulo
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #169 from J-Romulo/master
Mostrando multiplos resultados para projeto
parents
8156e615
8d0924c7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/views/administrador/resultadosProjetos.blade.php
+6
-2
resources/views/administrador/resultadosProjetos.blade.php
with
6 additions
and
2 deletions
+6
-2
resources/views/administrador/resultadosProjetos.blade.php
View file @
7acdef83
...
...
@@ -58,12 +58,16 @@
</
td
>
<
td
>
@
if
(
$trabalho
->
avaliadors
->
count
()
>
0
)
{{
$trabalho
->
avaliadors
->
first
()
->
user
->
name
}}
@
foreach
(
$trabalho
->
avaliadors
as
$avaliador
)
{{
$avaliador
->
user
->
name
}}
<
br
>
@
endforeach
@
endif
</
td
>
@
if
(
$trabalho
->
avaliadors
->
count
()
>
0
)
<
td
>
{{
$trabalho
->
avaliadors
->
first
()
->
pivot
->
recomendacao
}}
@
foreach
(
$trabalho
->
avaliadors
as
$avaliador
)
{{
$avaliador
->
pivot
->
recomendacao
}}
<
br
>
@
endforeach
</
td
>
@
endif
</
tr
>
...
...
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