Commit 2256b324 authored by Carlos André's avatar Carlos André
Browse files

alterando de participante para discente

parent e5562b31
......@@ -148,7 +148,7 @@
</div>
<hr>
<h4>Participantes</h4>
<h4>Discentes</h4>
{{-- Participantes --}}
<div class="row" style="margin-top:20px">
......@@ -159,7 +159,7 @@
{{-- @if($participante->user_id === $user->id) --}}
<div id="novoParticipante">
<br>
<h5>Dados do participante</h5>
<h5>Dados do discente</h5>
<div class="row">
<div class="col-sm-5">
<label>Nome Completo</label>
......
......@@ -73,7 +73,7 @@
<option @if($user->tipo =='coordenador' ) selected @endif value="coordenador">Coordenador</option>
<option @if($user->tipo =='avaliador' ) selected @endif value="avaliador">Avaliador</option>
<option @if($user->tipo =='proponente' ) selected @endif value="proponente">Proponente</option>
<option @if($user->tipo =='participante' ) selected @endif value="participante">Participante</option>
<option @if($user->tipo =='participante' ) selected @endif value="participante">Discente</option>
</select>
</div>
<div class="col-md-2">
......
......@@ -71,7 +71,7 @@
<option @if ( old('tipo') == "coordenador" ) required @endif value="coordenador">Coordenador</option>
<option @if ( old('tipo') == "avaliador" ) required @endif value="avaliador">Avaliador</option>
<option @if ( old('tipo') == "proponente" ) required @endif value="proponente">Proponente</option>
<option @if ( old('tipo') == "participante" ) required @endif value="participante">Participante</option>
<option @if ( old('tipo') == "participante" ) required @endif value="participante">Discente</option>
</select>
</div>
<div class="col-md-2">
......
......@@ -49,7 +49,7 @@
<a href="#" style="text-decoration:none; color: inherit;">
<div class="card text-center " style="border-radius: 30px; width: 18rem; height: 12rem;">
<div class="card-body d-flex justify-content-center">
<h2 style="padding-top:15px">Participante</h2>
<h2 style="padding-top:15px">Discente</h2>
</div>
</div>
</a>
......
......@@ -40,7 +40,7 @@
<a href="{{ route('coordenador.participante') }}" style="text-decoration:none; color: inherit;">
<div class="card text-center " style="border-radius: 30px; width: 18rem; height: 12rem;">
<div class="card-body d-flex justify-content-center">
<h2 style="padding-top:15px">Participante</h2>
<h2 style="padding-top:15px">Discente</h2>
</div>
</div>
</a>
......
......@@ -40,7 +40,7 @@
<a href="{{ route('coordenador.participante') }}" style="text-decoration:none; color: inherit;">
<div class="card text-center " style="border-radius: 30px; width: 18rem; height: 12rem;">
<div class="card-body d-flex justify-content-center">
<h2 style="padding-top:15px">Participante</h2>
<h2 style="padding-top:15px">Discente</h2>
</div>
</div>
</a>
......
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