Commit 9819aa1f authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '225208-fa-key-replacement' into 'master'

Replace fa-key icon with svg

See merge request gitlab-org/gitlab!37251
parents a02c6e21 7f2dc6c3
%li.key-list-item
.float-left.gl-mr-3
= icon 'key', class: "settings-list-icon d-none d-sm-block"
= sprite_icon('key', size: 16, css_class: "settings-list-icon d-none d-sm-block gl-mt-4")
.key-list-item-info
- key.emails_with_verified_status.map do |email, verified|
= render partial: 'shared/email_with_badge', locals: { email: email, verified: verified }
......
---
title: Replace fa-key icon with svg
merge_request: 37251
author:
type: other
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