Unverified Commit 40dd7164 authored by Antônio Durval's avatar Antônio Durval Committed by GitHub
Browse files

Merge pull request #916 from antonioDurval/master

Correção de erro
parents 43d5051b 1df47ff2
......@@ -56,6 +56,7 @@
</thead>
<tbody>
@foreach ($avaliacoes as $avaliacao)
@if($avaliacao->plano->participante)
<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->titulo }}</td>
......@@ -82,6 +83,7 @@
</div>
</td>
</tr>
@endif
@endforeach
</tbody>
</table>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment