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
5839ace1
"vscode:/vscode.git/clone" did not exist on "25d6e52f176ae82d1a6d1f22887f93909fb1bc70"
Commit
5839ace1
authored
Jan 30, 2022
by
Guilherme Silva
Browse files
Ajuste na visualização de usuarios pelo administrador
parent
a99a5b6a
Changes
1
Show whitespace changes
Inline
Side-by-side
resources/views/administrador/usersAdmin.blade.php
View file @
5839ace1
...
...
@@ -46,7 +46,12 @@
<
td
>
{{
$user
->
name
}}
</
td
>
@
if
(
$user
->
tipo
!=
"avaliador"
)
<
td
>
{{
$user
->
tipo
}}
</
td
>
@
else
<
td
>
{{
$user
->
tipo
}}
-
{{
$user
->
avaliadors
->
tipo
}}
</
td
>
@
endif
<
td
>
{{
$user
->
creaet_at
}}
</
td
>
<
td
>
<
div
class
=
"btn-group dropright dropdown-options"
>
...
...
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