diff --git a/resources/views/administrador/analisarProposta.blade.php b/resources/views/administrador/analisarProposta.blade.php
index fd0355879c7e70dd2a8d3d35339a0fe9f97cfee4..abb75e2279f3205a2e696dfe728c617bf636eb35 100644
--- a/resources/views/administrador/analisarProposta.blade.php
+++ b/resources/views/administrador/analisarProposta.blade.php
@@ -156,14 +156,10 @@
Avaliadores -
@@ -946,7 +942,7 @@
{{$avaliador->user->name}}
-
+
@if($avaliador->trabalhos->where('id', $trabalho->id)->first()->pivot->status == false)
Pendente @else Avaliado @endif
@@ -1927,7 +1923,7 @@
}
}
-
+
}
@endsection
diff --git a/resources/views/administrador/editar_user.blade.php b/resources/views/administrador/editar_user.blade.php
index ab4be32a0ec3714f9a882da58a12400ee0e1df02..444ba4c3b38e7c291f05129bb43783bdfc763a8f 100755
--- a/resources/views/administrador/editar_user.blade.php
+++ b/resources/views/administrador/editar_user.blade.php
@@ -7,28 +7,28 @@
{{ __('Editar um usuário') }}
-
+
@@ -479,18 +479,18 @@
$('#SIAPE').mask('00000000');
});
-
+
function mudar() {
var divProponente = document.getElementById('proponente');
var comboBoxTipo = document.getElementById('tipo');
-
+
if (comboBoxTipo.value == "proponente") {
divProponente.style.display = "block";
} else {
divProponente.style.display = "none";
}
}
-
+
function outroVinculo() {
var comboBoxVinculo = document.getElementById('vinculo');
@@ -522,7 +522,7 @@
// instituicaoSelect.style.display = "none";
// instituicao.style.display = "inline";
// }
- if(instituicaoSelect.value === "Outra"){
+ if(instituicaoSelect.value === "Outra"){
instituicaoSelect.parentElement.className = 'col-md-2';
instituicao.parentElement.style.display = '';
}else if(instituicaoSelect.value === "UFAPE"){
diff --git a/resources/views/evento/formulario/participantes.blade.php b/resources/views/evento/formulario/participantes.blade.php
index 741bde561a3aa421db426fbd2c75f4a3dffa0427..5c446f8eeffa97a4b00d994cb0bb1667fa179f40 100755
--- a/resources/views/evento/formulario/participantes.blade.php
+++ b/resources/views/evento/formulario/participantes.blade.php
@@ -20,17 +20,22 @@
@for($i = 0; $i < $edital->numParticipantes; $i++)
-