Unverified Commit 10d423ac authored by GuilhermeGz's avatar GuilhermeGz Committed by GitHub
Browse files

Merge pull request #197 from antonioDurval/master

Aumento da coluna Título e adição do botão Cancelar
parents 54713de9 7c77c978
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
@section('content') @section('content')
<div class="container"> <div class="container">
@if (session('sucesso')) @if (session('sucesso'))
<div class="alert alert-success" role="alert"> <div class="alert alert-success" role="alert">
{{ session('sucesso') }} {{ session('sucesso') }}
...@@ -17,7 +18,7 @@ ...@@ -17,7 +18,7 @@
<thead> <thead>
<tr> <tr>
<th scope="col" style="width:200px; text-align: center;">Título</th> <th scope="col" style="width:400px; text-align: center;">Título</th>
<th scope="col" style="width:200px; text-align: center;">Discente</th> <th scope="col" style="width:200px; text-align: center;">Discente</th>
<th scope="col" style="width:200px; text-align: center;">Relatório Parcial</th> <th scope="col" style="width:200px; text-align: center;">Relatório Parcial</th>
<th scope="col" style="width:200px; text-align: center;">Relatório Final</th> <th scope="col" style="width:200px; text-align: center;">Relatório Final</th>
...@@ -193,7 +194,12 @@ ...@@ -193,7 +194,12 @@
@endforeach @endforeach
</table> </table>
<div style= "margin-top:10px">
<a class="btn btn-primary" href="{{ url()->previous() }}">Cancelar</a>
</div>
</div> </div>
</div> </div>
<style> <style>
......
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