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
40dd7164
Unverified
Commit
40dd7164
authored
Jun 25, 2023
by
Antônio Durval
Committed by
GitHub
Jun 25, 2023
Browse files
Merge pull request #916 from antonioDurval/master
Correção de erro
parents
43d5051b
1df47ff2
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/avaliacaoRelatorio/index.blade.php
View file @
40dd7164
...
@@ -56,6 +56,7 @@
...
@@ -56,6 +56,7 @@
</
thead
>
</
thead
>
<
tbody
>
<
tbody
>
@
foreach
(
$avaliacoes
as
$avaliacao
)
@
foreach
(
$avaliacoes
as
$avaliacao
)
@
if
(
$avaliacao
->
plano
->
participante
)
<
tr
class
=
"text-center"
>
<
tr
class
=
"text-center"
>
<
td
style
=
"max-width:100px; overflow-x:hidden; text-overflow:ellipsis"
>
{{
$avaliacao
->
plano
->
trabalho
->
evento
->
nome
}}
</
td
>
<
td
style
=
"max-width:100px; overflow-x:hidden; text-overflow:ellipsis"
>
{{
$avaliacao
->
plano
->
trabalho
->
evento
->
nome
}}
</
td
>
<
td
style
=
"max-width:100px; overflow-x:hidden; text-overflow:ellipsis"
>
{{
$avaliacao
->
plano
->
trabalho
->
titulo
}}
</
td
>
<
td
style
=
"max-width:100px; overflow-x:hidden; text-overflow:ellipsis"
>
{{
$avaliacao
->
plano
->
trabalho
->
titulo
}}
</
td
>
...
@@ -82,6 +83,7 @@
...
@@ -82,6 +83,7 @@
</
div
>
</
div
>
</
td
>
</
td
>
</
tr
>
</
tr
>
@
endif
@
endforeach
@
endforeach
</
tbody
>
</
tbody
>
</
table
>
</
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