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
6d863927
Commit
6d863927
authored
Feb 02, 2021
by
Yogi
Committed by
Annabel Dunstone Gray
Feb 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove space next to the icon in email button on admin/users page
parent
9680f7fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
changelogs/unreleased/fix-email-icon.yml
changelogs/unreleased/fix-email-icon.yml
+5
-0
ee/app/views/admin/users/_admin_email_users.html.haml
ee/app/views/admin/users/_admin_email_users.html.haml
+1
-1
No files found.
changelogs/unreleased/fix-email-icon.yml
0 → 100644
View file @
6d863927
---
title
:
Remove space next to the icon in email button on admin/users page
merge_request
:
52451
author
:
Yogi (@yo)
type
:
fixed
ee/app/views/admin/users/_admin_email_users.html.haml
View file @
6d863927
-
return
unless
send_emails_from_admin_area_feature_available?
=
link_to
admin_email_path
,
{
class:
'gl-button btn btn-default'
,
data:
{
toggle:
"tooltip"
,
placement:
"top"
,
container:
"body"
},
title:
s_
(
"AdminUsers|Send email to users"
)
}
do
=
link_to
admin_email_path
,
{
class:
'gl-button btn btn-default
btn-icon
'
,
data:
{
toggle:
"tooltip"
,
placement:
"top"
,
container:
"body"
},
title:
s_
(
"AdminUsers|Send email to users"
)
}
do
.gl-button-icon
=
sprite_icon
(
'mail'
)
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