Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Walter Felipe
submeta
Commits
2256b324
Commit
2256b324
authored
Jun 04, 2021
by
Carlos André
Browse files
alterando de participante para discente
parent
e5562b31
Changes
6
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/analisar.blade.php
View file @
2256b324
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
</
div
>
</
div
>
<
hr
>
<
hr
>
<
h4
>
Participa
ntes
</
h4
>
<
h4
>
Disce
ntes
</
h4
>
{{
--
Participantes
--
}}
{{
--
Participantes
--
}}
<
div
class
=
"row"
style
=
"margin-top:20px"
>
<
div
class
=
"row"
style
=
"margin-top:20px"
>
...
@@ -159,7 +159,7 @@
...
@@ -159,7 +159,7 @@
{{
--
@
if
(
$participante
->
user_id
===
$user
->
id
)
--
}}
{{
--
@
if
(
$participante
->
user_id
===
$user
->
id
)
--
}}
<
div
id
=
"novoParticipante"
>
<
div
id
=
"novoParticipante"
>
<
br
>
<
br
>
<
h5
>
Dados
do
participa
nte
</
h5
>
<
h5
>
Dados
do
disce
nte
</
h5
>
<
div
class
=
"row"
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-5"
>
<
div
class
=
"col-sm-5"
>
<
label
>
Nome
Completo
</
label
>
<
label
>
Nome
Completo
</
label
>
...
...
resources/views/administrador/editar_user.blade.php
View file @
2256b324
...
@@ -73,7 +73,7 @@
...
@@ -73,7 +73,7 @@
<
option
@
if
(
$user
->
tipo
==
'coordenador'
)
selected
@
endif
value
=
"coordenador"
>
Coordenador
</
option
>
<
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
==
'avaliador'
)
selected
@
endif
value
=
"avaliador"
>
Avaliador
</
option
>
<
option
@
if
(
$user
->
tipo
==
'proponente'
)
selected
@
endif
value
=
"proponente"
>
Proponente
</
option
>
<
option
@
if
(
$user
->
tipo
==
'proponente'
)
selected
@
endif
value
=
"proponente"
>
Proponente
</
option
>
<
option
@
if
(
$user
->
tipo
==
'participante'
)
selected
@
endif
value
=
"participante"
>
Participa
nte
</
option
>
<
option
@
if
(
$user
->
tipo
==
'participante'
)
selected
@
endif
value
=
"participante"
>
Disce
nte
</
option
>
</
select
>
</
select
>
</
div
>
</
div
>
<
div
class
=
"col-md-2"
>
<
div
class
=
"col-md-2"
>
...
...
resources/views/administrador/novo_user.blade.php
View file @
2256b324
...
@@ -71,7 +71,7 @@
...
@@ -71,7 +71,7 @@
<
option
@
if
(
old
(
'tipo'
)
==
"coordenador"
)
required
@
endif
value
=
"coordenador"
>
Coordenador
</
option
>
<
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'
)
==
"avaliador"
)
required
@
endif
value
=
"avaliador"
>
Avaliador
</
option
>
<
option
@
if
(
old
(
'tipo'
)
==
"proponente"
)
required
@
endif
value
=
"proponente"
>
Proponente
</
option
>
<
option
@
if
(
old
(
'tipo'
)
==
"proponente"
)
required
@
endif
value
=
"proponente"
>
Proponente
</
option
>
<
option
@
if
(
old
(
'tipo'
)
==
"participante"
)
required
@
endif
value
=
"participante"
>
Participa
nte
</
option
>
<
option
@
if
(
old
(
'tipo'
)
==
"participante"
)
required
@
endif
value
=
"participante"
>
Disce
nte
</
option
>
</
select
>
</
select
>
</
div
>
</
div
>
<
div
class
=
"col-md-2"
>
<
div
class
=
"col-md-2"
>
...
...
resources/views/administrador/usuarios.blade.php
View file @
2256b324
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
<
a
href
=
"#"
style
=
"text-decoration:none; color: inherit;"
>
<
a
href
=
"#"
style
=
"text-decoration:none; color: inherit;"
>
<
div
class
=
"card text-center "
style
=
"border-radius: 30px; width: 18rem; height: 12rem;"
>
<
div
class
=
"card text-center "
style
=
"border-radius: 30px; width: 18rem; height: 12rem;"
>
<
div
class
=
"card-body d-flex justify-content-center"
>
<
div
class
=
"card-body d-flex justify-content-center"
>
<
h2
style
=
"padding-top:15px"
>
Participa
nte
</
h2
>
<
h2
style
=
"padding-top:15px"
>
Disce
nte
</
h2
>
</
div
>
</
div
>
</
div
>
</
div
>
</
a
>
</
a
>
...
...
resources/views/administradorResponsavel/usuarios.blade.php
View file @
2256b324
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<
a
href
=
"{{ route('coordenador.participante') }}"
style
=
"text-decoration:none; color: inherit;"
>
<
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 text-center "
style
=
"border-radius: 30px; width: 18rem; height: 12rem;"
>
<
div
class
=
"card-body d-flex justify-content-center"
>
<
div
class
=
"card-body d-flex justify-content-center"
>
<
h2
style
=
"padding-top:15px"
>
Participa
nte
</
h2
>
<
h2
style
=
"padding-top:15px"
>
Disce
nte
</
h2
>
</
div
>
</
div
>
</
div
>
</
div
>
</
a
>
</
a
>
...
...
resources/views/coordenadorComissao/usuarios.blade.php
View file @
2256b324
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
<
a
href
=
"{{ route('coordenador.participante') }}"
style
=
"text-decoration:none; color: inherit;"
>
<
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 text-center "
style
=
"border-radius: 30px; width: 18rem; height: 12rem;"
>
<
div
class
=
"card-body d-flex justify-content-center"
>
<
div
class
=
"card-body d-flex justify-content-center"
>
<
h2
style
=
"padding-top:15px"
>
Participa
nte
</
h2
>
<
h2
style
=
"padding-top:15px"
>
Disce
nte
</
h2
>
</
div
>
</
div
>
</
div
>
</
div
>
</
a
>
</
a
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment