Commit 4e61e3b6 authored by Yuri Resende's avatar Yuri Resende
Browse files

Retirando a listagem de notas para os proponentes em projetos que não possuem discentes

parent 2bec30d5
......@@ -44,6 +44,8 @@
<input id="dt_fimRelatorioFinal{{$edital->id}}" type="date" class="form-control" name="dt_fimRelatorioFinal" value="{{$edital->dt_fimRelatorioFinal}}" required autocomplete="dt_fimRelatorioFinal" disabled autofocus>
</div>
</div>
@if($edital->numParticipantes > 0)
<br>
<div class="row justify-content-start">
<div class="col-md-3"><h6 style="color: #234B8B; font-weight: bold">Avaliações dos Relatórios</h6></div>
......@@ -128,7 +130,8 @@
</div>
@endforeach
</tbody>
</table>
</table>
@endif
</div>
</div>
</div>
......
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