Commit 34c52dfb authored by Guilherme Silva's avatar Guilherme Silva
Browse files

Merge branch 'master' of https://github.com/GuilhermeGz/submeta

parents 7081d13f 10d423ac
......@@ -59,7 +59,7 @@
<div class="col-md-9">
<br>
<input class="form-control @error('pontuacaoPlanilha') is-invalid @enderror" type="number" min="0" step=".01" name="pontuacaoPlanilha"
value="" >
value="" style="width: 100px">
@error('pontuacaoPlanilha')
<span class="invalid-feedback" role="alert" style="overflow: visible; display:block">
<strong>{{ $message }}</strong>
......
......@@ -3,6 +3,7 @@
@section('content')
<div class="container">
@if (session('sucesso'))
<div class="alert alert-success" role="alert">
{{ session('sucesso') }}
......@@ -17,7 +18,7 @@
<thead>
<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;">Relatório Parcial</th>
<th scope="col" style="width:200px; text-align: center;">Relatório Final</th>
......@@ -193,7 +194,12 @@
@endforeach
</table>
<div style= "margin-top:10px">
<a class="btn btn-primary" href="{{ url()->previous() }}">Cancelar</a>
</div>
</div>
</div>
<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