Commit a7ccd3d2 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-email-icon' into 'master'

Remove space next to the icon in email button on admin/users page

See merge request gitlab-org/gitlab!52451
parents 5db05f8c 6d863927
---
title: Remove space next to the icon in email button on admin/users page
merge_request: 52451
author: Yogi (@yo)
type: fixed
- 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')
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment