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
4 years ago
by
Carlos André
Browse files
Options
Download
Email Patches
Plain Diff
alterando de participante para discente
parent
e5562b31
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
resources/views/administrador/analisar.blade.php
+2
-2
resources/views/administrador/analisar.blade.php
resources/views/administrador/editar_user.blade.php
+1
-1
resources/views/administrador/editar_user.blade.php
resources/views/administrador/novo_user.blade.php
+1
-1
resources/views/administrador/novo_user.blade.php
resources/views/administrador/usuarios.blade.php
+1
-1
resources/views/administrador/usuarios.blade.php
resources/views/administradorResponsavel/usuarios.blade.php
+1
-1
resources/views/administradorResponsavel/usuarios.blade.php
resources/views/coordenadorComissao/usuarios.blade.php
+1
-1
resources/views/coordenadorComissao/usuarios.blade.php
with
7 additions
and
7 deletions
+7
-7
resources/views/administrador/analisar.blade.php
View file @
2256b324
...
...
@@ -148,7 +148,7 @@
</
div
>
<
hr
>
<
h4
>
Participa
ntes
</
h4
>
<
h4
>
Disce
ntes
</
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
participa
nte
</
h5
>
<
h5
>
Dados
do
disce
nte
</
h5
>
<
div
class
=
"row"
>
<
div
class
=
"col-sm-5"
>
<
label
>
Nome
Completo
</
label
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/administrador/editar_user.blade.php
View file @
2256b324
...
...
@@ -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"
>
Participa
nte
</
option
>
<
option
@
if
(
$user
->
tipo
==
'participante'
)
selected
@
endif
value
=
"participante"
>
Disce
nte
</
option
>
</
select
>
</
div
>
<
div
class
=
"col-md-2"
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/administrador/novo_user.blade.php
View file @
2256b324
...
...
@@ -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"
>
Participa
nte
</
option
>
<
option
@
if
(
old
(
'tipo'
)
==
"participante"
)
required
@
endif
value
=
"participante"
>
Disce
nte
</
option
>
</
select
>
</
div
>
<
div
class
=
"col-md-2"
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/administrador/usuarios.blade.php
View file @
2256b324
...
...
@@ -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"
>
Participa
nte
</
h2
>
<
h2
style
=
"padding-top:15px"
>
Disce
nte
</
h2
>
</
div
>
</
div
>
</
a
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/administradorResponsavel/usuarios.blade.php
View file @
2256b324
...
...
@@ -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"
>
Participa
nte
</
h2
>
<
h2
style
=
"padding-top:15px"
>
Disce
nte
</
h2
>
</
div
>
</
div
>
</
a
>
...
...
This diff is collapsed.
Click to expand it.
resources/views/coordenadorComissao/usuarios.blade.php
View file @
2256b324
...
...
@@ -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"
>
Participa
nte
</
h2
>
<
h2
style
=
"padding-top:15px"
>
Disce
nte
</
h2
>
</
div
>
</
div
>
</
a
>
...
...
This diff is collapsed.
Click to expand it.
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