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
6ebd30af
Commit
6ebd30af
authored
May 19, 2022
by
Guilherme Silva
Browse files
Ajuste na tela de listagem de usuários para o administrador
parent
da7eac2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/views/administrador/usersAdmin.blade.php
View file @
6ebd30af
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
@
if
(
$user
->
tipo
!=
"avaliador"
)
@
if
(
$user
->
tipo
!=
"avaliador"
)
<
td
>
{{
$user
->
tipo
}}
</
td
>
<
td
>
{{
$user
->
tipo
}}
</
td
>
@
else
@
else
<
td
>
{{
$user
->
tipo
}}
-
{{
$user
->
avaliadors
->
tipo
}}
</
td
>
<
td
>
{{
$user
->
tipo
}}
-
@
if
(
isset
(
$user
->
avaliadors
->
tipo
))
{{
$user
->
avaliadors
->
tipo
}}
@
else
Indefinido
@
endif
</
td
>
@
endif
@
endif
<
td
>
{{
$user
->
creaet_at
}}
</
td
>
<
td
>
{{
$user
->
creaet_at
}}
</
td
>
...
...
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