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