Commit ac57eead authored by unknown's avatar unknown
Browse files

Adição do botão voltar na visualização da proposta

parent a1491dc6
...@@ -17,6 +17,12 @@ ...@@ -17,6 +17,12 @@
<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-md-12">
<h5 style="color: #234B8B; font-weight: bold">Informações da Proposta</h5>
<hr style="border-top: 1px solid#1492E6">
</div>
<div class="col-md-12"><h5 style="color: #1492E6;">{{$trabalho->titulo}}</h5></div> <div class="col-md-12"><h5 style="color: #1492E6;">{{$trabalho->titulo}}</h5></div>
<div class="col-md-12"><h6 style="color: #234B8B; margin-bottom:-0.4rem; font-weight: bold">{{$evento->nome}}</h6></div> <div class="col-md-12"><h6 style="color: #234B8B; margin-bottom:-0.4rem; font-weight: bold">{{$evento->nome}}</h6></div>
</div> </div>
...@@ -618,6 +624,9 @@ ...@@ -618,6 +624,9 @@
</div> </div>
</div> </div>
</div> </div>
<a href="{{ route('admin.analisar', ['evento_id' => $evento->id]) }}" class="btn btn-primary" style="font-size: 16px; float: right; margin-top: 10px;">Voltar</a>
</div> </div>
</div> </div>
......
...@@ -39,8 +39,12 @@ ...@@ -39,8 +39,12 @@
{{-- @component('projeto.formularioVisualizar.finalizar', ['projeto' => $projeto]) {{-- @component('projeto.formularioVisualizar.finalizar', ['projeto' => $projeto])
@endcomponent --}} @endcomponent --}}
</div>
<div class="row justify-content-end" style="padding: 15px;">
<a href="{{ url()->previous() }}" class="btn btn-primary" style="font-size: 16px;">Voltar</a>
</div> </div>
</div> </div>
</form> </form>
<div class="modal fade" id="modalSelecionarDiscentes" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal fade" id="modalSelecionarDiscentes" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true">
......
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