Commit 689a0960 authored by Alexander Turinske's avatar Alexander Turinske

Replace fa-key icon with svg

- icon 'key' => sprite_icon 'key
parent 3a81e4a7
%li.key-list-item
.float-left.gl-mr-3
= icon 'key', class: "settings-list-icon d-none d-sm-block"
= sprite_icon('key', size: 24, 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