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
6a3a1bc6
Commit
6a3a1bc6
authored
Mar 22, 2021
by
Jarek Ostrowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update spacing edit button admin page
MR:
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57151
parent
761a8b63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/views/admin/users/_head.html.haml
app/views/admin/users/_head.html.haml
+1
-1
changelogs/unreleased/update-admin-edit-button-icon.yml
changelogs/unreleased/update-admin-edit-button-icon.yml
+5
-0
No files found.
app/views/admin/users/_head.html.haml
View file @
6a3a1bc6
...
...
@@ -22,7 +22,7 @@
-
if
impersonation_enabled?
&&
@user
!=
current_user
&&
@user
.
can?
(
:log_in
)
=
link_to
'Impersonate'
,
impersonate_admin_user_path
(
@user
),
method: :post
,
class:
"btn btn-info gl-button btn-grouped"
,
data:
{
qa_selector:
'impersonate_user_link'
}
=
link_to
edit_admin_user_path
(
@user
),
class:
"btn btn-default gl-button btn-grouped"
do
=
sprite_icon
(
'pencil-square'
,
css_class:
'gl-icon'
)
=
sprite_icon
(
'pencil-square'
,
css_class:
'gl-icon
gl-button-icon
'
)
=
_
(
'Edit'
)
%hr
%ul
.nav-links.nav.nav-tabs
...
...
changelogs/unreleased/update-admin-edit-button-icon.yml
0 → 100644
View file @
6a3a1bc6
---
title
:
Update admin edit button icon class
merge_request
:
57151
author
:
type
:
fixed
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