Commit d231f5b8 authored by Tim Zallmann's avatar Tim Zallmann

Changed Font Awesome Icon to Sprite Icon

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