Commit 3c8ebd95 authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Retirada de pedido de solicitação de certificado

parent d53f5770
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
<div class="card-body" style="padding-top: 0.2rem;"> <div class="card-body" style="padding-top: 0.2rem;">
<div class="container"> <div class="container">
<div class="form-row mt-3"> <div class="form-row mt-3">
<div class="col-sm-4"><h5 style="color: #234B8B; font-weight: bold">Discentes</h5></div> <div class="col-sm-8"><h5 style="color: #234B8B; font-weight: bold">Discentes</h5></div>
<div class="col-sm-4 text-sm-right" > {{--<div class="col-sm-4 text-sm-right" >
<a href="" data-toggle="modal" data-target="#modalSelecionarDiscentes" class="button">Solicitar certificado/declaração</a> <a href="" data-toggle="modal" data-target="#modalSelecionarDiscentes" class="button">Solicitar certificado/declaração</a>
</div> </div>--}}
<div class="col-sm-4 text-sm-right" > <div class="col-sm-4 text-sm-right" >
<a href="{{route('trabalho.trocaParticipante', ['evento_id' => $projeto->evento->id, 'projeto_id' => $projeto->id])}}" <a href="{{route('trabalho.trocaParticipante', ['evento_id' => $projeto->evento->id, 'projeto_id' => $projeto->id])}}"
class="button">Solicitar Substituições/Desligamentos</a> class="button">Solicitar Substituições/Desligamentos</a>
......
...@@ -97,11 +97,12 @@ ...@@ -97,11 +97,12 @@
<a href="{{route('docComplementar.listar', ['projeto_id' => $projeto->id])}}" class="dropdown-item" style="text-align: center"> <a href="{{route('docComplementar.listar', ['projeto_id' => $projeto->id])}}" class="dropdown-item" style="text-align: center">
Documentos Complementares Documentos Complementares
</a> </a>
<hr class="dropdown-hr">
{{--<hr class="dropdown-hr">
<a href="" class="dropdown-item" style="text-align: center"> <a href="" class="dropdown-item" style="text-align: center">
Solicitar Certificado Solicitar Certificado
</a> </a>--}}
<hr class="dropdown-hr"> <hr class="dropdown-hr">
@endif @endif
......
...@@ -116,11 +116,11 @@ ...@@ -116,11 +116,11 @@
<a href="{{route('docComplementar.listar', ['projeto_id' => $projeto->id])}}" class="dropdown-item" style="text-align: center"> <a href="{{route('docComplementar.listar', ['projeto_id' => $projeto->id])}}" class="dropdown-item" style="text-align: center">
Documentos Complementares Documentos Complementares
</a> </a>
<hr class="dropdown-hr"> {{--<hr class="dropdown-hr">
<a href="" class="dropdown-item" style="text-align: center"> <a href="" class="dropdown-item" style="text-align: center">
Solicitar Certificado Solicitar Certificado
</a> </a>--}}
<hr class="dropdown-hr"> <hr class="dropdown-hr">
@endif @endif
......
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