Support FA5 SVG icons

This commit is contained in:
Penar Musaraj 2018-11-07 09:27:15 -05:00
parent 519effe056
commit c6f21b667a
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ enabled_site_setting :assign_enabled
register_asset 'stylesheets/assigns.scss'
register_asset 'stylesheets/mobile/assigns.scss', :mobile
register_svg_icon "user-plus" if respond_to?(:register_svg_icon)
register_svg_icon "user-times" if respond_to?(:register_svg_icon)
load File.expand_path('../lib/discourse_assign/engine.rb', __FILE__)
load File.expand_path('../lib/discourse_assign/helpers.rb', __FILE__)