Commit 64df94e0 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '222528-replace-fa-balance-scale-with-gitlab-scale-icon' into 'master'

Resolve "Replace fa-balance-scale with GitLab scale icon"

Closes #222528

See merge request gitlab-org/gitlab!34617
parents 5dbe9801 d231f5b8
- license = viewer.license
= icon('balance-scale fw')
= sprite_icon('scale', size: 16)
This project is licensed under the
= succeed '.' do
%strong= license.name
......
......@@ -7,7 +7,7 @@
.block.js-weight-sidebar-callout.promotion-issue-sidebar{ data: { uid: promotion_feature } }
.sidebar-collapsed-icon{ data: { toggle: "dropdown", target: ".js-weight-sidebar-callout" } }
%span{ data: { toggle: "tooltip", placement: "left", container: "body" }, title: _("Weight") }
= icon('balance-scale')
= sprite_icon('scale')
%span No
.title.hide-collapsed
= s_('Promotions|Weight')
......
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