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
d8705b95
Commit
d8705b95
authored
May 29, 2020
by
carlos
Browse files
atualizando
parent
7b89bd30
Changes
3
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/editar_user.blade.php
View file @
d8705b95
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
<
div
>
<
div
>
<
select
name
=
"tipo"
id
=
"tipo"
onchange
=
"mudar()"
>
<
select
name
=
"tipo"
id
=
"tipo"
onchange
=
"mudar()"
>
@
can
(
'isAdministrador'
,
auth
()
->
user
()
)
@
if
(
auth
()
->
user
()
->
tipo
==
'administrador'
)
@
if
(
$user
->
tipo
==
'administrador'
)
@
if
(
$user
->
tipo
==
'administrador'
)
<
option
value
=
"administrador"
selected
>
Administrador
</
option
>
<
option
value
=
"administrador"
selected
>
Administrador
</
option
>
@
else
@
else
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
@
else
@
else
<
option
value
=
"administradorResponsavel"
>
Administrador
Responsavel
</
option
>
<
option
value
=
"administradorResponsavel"
>
Administrador
Responsavel
</
option
>
@
endif
@
endif
@
end
can
@
end
if
@
if
(
$user
->
tipo
==
'avaliador'
)
@
if
(
$user
->
tipo
==
'avaliador'
)
<
option
value
=
"coordenador"
selected
>
Coordenador
</
option
>
<
option
value
=
"coordenador"
selected
>
Coordenador
</
option
>
@
else
@
else
...
...
resources/views/administrador/novo_user.blade.php
View file @
d8705b95
...
@@ -48,10 +48,10 @@
...
@@ -48,10 +48,10 @@
<
div
>
<
div
>
<
label
for
=
"tipo"
class
=
"col-form-label"
>
{{
__
(
'Tipo'
)
}}
</
label
>
<
label
for
=
"tipo"
class
=
"col-form-label"
>
{{
__
(
'Tipo'
)
}}
</
label
>
<
select
name
=
"tipo"
id
=
"tipo"
onchange
=
"mudar()"
>
<
select
name
=
"tipo"
id
=
"tipo"
onchange
=
"mudar()"
>
@
can
(
'isAdministrador'
,
auth
()
->
user
()
)
@
if
(
auth
()
->
user
()
->
tipo
==
'administrador'
)
<
option
value
=
"administrador"
>
Administrador
</
option
>
<
option
value
=
"administrador"
>
Administrador
</
option
>
<
option
value
=
"administradorResponsavel"
>
Administrador
responsavel
</
option
>
<
option
value
=
"administradorResponsavel"
>
Administrador
responsavel
</
option
>
@
end
can
@
end
if
<
option
value
=
"avaliador"
>
Avaliador
</
option
>
<
option
value
=
"avaliador"
>
Avaliador
</
option
>
<
option
value
=
"proponente"
>
Proponente
</
option
>
<
option
value
=
"proponente"
>
Proponente
</
option
>
<
option
value
=
"participante"
>
Participante
</
option
>
<
option
value
=
"participante"
>
Participante
</
option
>
...
...
resources/views/naturezas/grandeArea/index.blade.php
View file @
d8705b95
...
@@ -12,10 +12,10 @@
...
@@ -12,10 +12,10 @@
</
div
>
</
div
>
@
endif
@
endif
<
div
class
=
"col-sm-9"
>
<
div
class
=
"col-sm-9"
>
<
h2
style
=
"margin-top: 100px; "
>
{{
__
(
'
Á
reas'
)
}}
</
h2
>
<
h2
style
=
"margin-top: 100px; "
>
{{
__
(
'
Grandes á
reas'
)
}}
</
h2
>
</
div
>
</
div
>
<
div
class
=
"col-sm-3"
>
<
div
class
=
"col-sm-3"
>
<
a
href
=
"
{
{route('grandearea.criar')}
}
"
class
=
"btn btn-primary"
style
=
"position:relative;top:100px;"
>
{{
__
(
'Criar área'
)
}}
</
a
>
<
a
href
=
"
{
{route('grandearea.criar')}
}
"
class
=
"btn btn-primary"
style
=
"position:relative;top:100px;"
>
{{
__
(
'Criar
grande
área'
)
}}
</
a
>
</
div
>
</
div
>
</
div
>
</
div
>
...
@@ -31,20 +31,19 @@
...
@@ -31,20 +31,19 @@
@
foreach
(
$grandesAreas
as
$grandeArea
)
@
foreach
(
$grandesAreas
as
$grandeArea
)
<
tr
>
<
tr
>
<
td
>
<
td
>
{{
--
<
a
href
=
"{{ route('grandearea.show', ['id' =>
$grandeArea->id
]) }}"
class
=
"visualizarEvento"
>
<
a
href
=
"{{ route('grandearea.show', ['id' =>
$grandeArea->id
]) }}"
class
=
"visualizarEvento"
>
{{
$grandeArea
->
nome
}}
{{
$grandeArea
->
nome
}}
</
a
>
--
}}
</
a
>
{{
$grandeArea
->
nome
}}
</
td
>
</
td
>
<
td
>
<
td
>
<
div
class
=
"btn-group dropright dropdown-options"
>
<
div
class
=
"btn-group dropright dropdown-options"
>
<
a
id
=
"options"
class
=
"dropdown-toggle "
data
-
toggle
=
"dropdown"
aria
-
haspopup
=
"true"
aria
-
expanded
=
"false"
>
<
a
id
=
"options"
class
=
"dropdown-toggle "
data
-
toggle
=
"dropdown"
aria
-
haspopup
=
"true"
aria
-
expanded
=
"false"
>
</
a
>
</
a
>
<
div
class
=
"dropdown-menu"
>
<
div
class
=
"dropdown-menu"
>
{{
--
<
a
href
=
"{{ route('grandearea.show', ['id' =>
$grandeArea->id
]) }}"
class
=
"dropdown-item"
>
<
a
href
=
"{{ route('grandearea.show', ['id' =>
$grandeArea->id
]) }}"
class
=
"dropdown-item"
>
<
img
src
=
"
{
{asset('img/icons/eye-regular.svg')}
}
"
class
=
"icon-card"
alt
=
""
>
<
img
src
=
"
{
{asset('img/icons/eye-regular.svg')}
}
"
class
=
"icon-card"
alt
=
""
>
Detalhes
Detalhes
</
a
>
--
}}
</
a
>
<
a
href
=
"{{ route('grandearea.editar', ['id' =>
$grandeArea->id
]) }}"
class
=
"dropdown-item"
>
<
a
href
=
"{{ route('grandearea.editar', ['id' =>
$grandeArea->id
]) }}"
class
=
"dropdown-item"
>
<
img
src
=
"
{
{asset('img/icons/edit-regular.svg')}
}
"
class
=
"icon-card"
alt
=
""
>
<
img
src
=
"
{
{asset('img/icons/edit-regular.svg')}
}
"
class
=
"icon-card"
alt
=
""
>
Editar
Editar
...
...
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