"...views/evento/git@sites.upe.br:walter.felipe/submeta.git" did not exist on "61e7e1c928876fc87b4e8ec97c99d8a48b9fdf71"
Commit 4ca3449f authored by Yuri Resende's avatar Yuri Resende
Browse files

Adicionando botão para voltar a listagem dos professores

parent 48ec15e6
......@@ -20,6 +20,11 @@
@endif
<h3>{{$professor->name}}</h3><br><br>
<div class="row justify-content-end">
<div class="col-1">
<a href='{{route("pad_professores", ["id" => $pad->id])}}' class='btn btn-outline-primary' >Voltar</a>
</div>
</div>
@if (isset($avaliacoes_ensino) && !empty($avaliacoes_ensino))
<h4><strong>Ensino</strong></h4>
......
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