Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2dd39226
Commit
2dd39226
authored
3 years ago
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Detailed user detail as not used anymore
parent
92f4b73c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
20 deletions
+0
-20
app/views/admin/users/_user_detail.html.haml
app/views/admin/users/_user_detail.html.haml
+0
-20
No files found.
app/views/admin/users/_user_detail.html.haml
deleted
100644 → 0
View file @
92f4b73c
.flex-list
.flex-row
=
image_tag
avatar_icon_for_user
(
user
),
class:
'avatar s32 d-none d-md-flex'
,
alt:
_
(
'Avatar for %{name}'
)
%
{
name:
sanitize_name
(
user
.
name
)
}
.row-main-content
.row-title.str-truncated-100
=
image_tag
avatar_icon_for_user
(
user
),
class:
'avatar s16 d-xs-flex d-md-none mr-1 gl-mt-2'
,
alt:
_
(
'Avatar for %{name}'
)
%
{
name:
sanitize_name
(
user
.
name
)
}
=
link_to
user
.
name
,
admin_user_path
(
user
),
class:
'text-plain js-user-link'
,
data:
{
user_id:
user
.
id
,
qa_selector:
'username_link'
}
=
render
'admin/users/user_listing_note'
,
user:
user
-
user_badges_in_admin_section
(
user
).
each
do
|
badge
|
-
css_badge
=
"badge gl-badge sm badge-pill badge-
#{
badge
[
:variant
]
}
"
if
badge
[
:variant
].
present?
%span
.px-1.py-1
%span
{
class:
css_badge
}
=
badge
[
:text
]
.row-second-line.str-truncated-100
=
mail_to
user
.
email
,
user
.
email
,
class:
'text-secondary'
-
unless
Feature
.
disabled?
(
:security_auto_fix
)
||
!
user
.
internal?
||
user
.
website_url
.
blank?
=
link_to
"(
#{
_
(
'more information'
)
}
)"
,
user
.
website_url
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