Commit 6d863927 authored by Yogi's avatar Yogi Committed by Annabel Dunstone Gray

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

parent 9680f7fe
---
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