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
"app/Http/vscode:/vscode.git/clone" did not exist on "36fdbf98258d94ffa007f3b3f51fd70da9b9f118"
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
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/usersAdmin.blade.php
View file @
6ebd30af
...
...
@@ -49,7 +49,7 @@
@
if
(
$user
->
tipo
!=
"avaliador"
)
<
td
>
{{
$user
->
tipo
}}
</
td
>
@
else
<
td
>
{{
$user
->
tipo
}}
-
{{
$user
->
avaliadors
->
tipo
}}
</
td
>
<
td
>
{{
$user
->
tipo
}}
-
@
if
(
isset
(
$user
->
avaliadors
->
tipo
))
{{
$user
->
avaliadors
->
tipo
}}
@
else
Indefinido
@
endif
</
td
>
@
endif
<
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