Commit 06c4f15f authored by Ezekiel Kigbo's avatar Ezekiel Kigbo Committed by Brandon Labuschagne

Replace fa-unlink with GitLab SVG unlink icon

parent 16d18671
......@@ -253,10 +253,6 @@
content: '\f081';
}
.fa-unlink::before {
content: '\f127';
}
.fa-file-pdf-o::before {
content: '\f1c1';
}
......
%li
.float-right
= link_to group_ldap_group_link_path(group, ldap_group_link), method: :delete, class: 'btn btn-danger btn-sm' do
= fa_icon('unlink', text: 'Remove')
= sprite_icon('unlink', size: 12, css_class: 'gl-m-0!')
%span= _('Remove')
%strong= ldap_group_link.cn ? "Group: #{ldap_group_link.cn}" : "Filter: #{truncate(ldap_group_link.filter, length: 70)}"
- if ldap_group_link.config
......
---
title: Replace remove icon with unlink
merge_request: 43641
author:
type: changed
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