Rails view helper for Bootstrap icons
7 8 9
# File 'lib/rubicons/bootstrap/rails_helper.rb', line 7 def bootstrap_icon(name, options = {}) Rubicons::Bootstrap.icon(name, **options).html_safe end
11 12 13
# File 'lib/rubicons/bootstrap/rails_helper.rb', line 11 def bootstrap_icon!(name, options = {}) Rubicons::Bootstrap.icon!(name, **options).html_safe end