Skip to content

Commit

Permalink
use svg icons with redmine 6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermeindl committed Nov 13, 2024
1 parent 62abe54 commit c25310c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/helpers/privacy_terms_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def inspect_bool_result(value, down_icon: nil, down_class: nil)
down_class ||= 'additionals-number-negative inspect-problem'

if value
# font_awesome_icon 'far_thumbs-up', class: 'additionals-number-positive inspect-good'
svg_icon_tag 'thumb-up', css_class: 'additionals-number-positive inspect-good'
else
svg_icon_tag down_icon, css_class: down_class
Expand Down

0 comments on commit c25310c

Please sign in to comment.