module Wobapphelpers::Helpers::IconHelper
Constants
- PREDEFINED_ICONS
Public Instance Methods
icon(what)
click to toggle source
# File lib/wobapphelpers/helpers/icon_helper.rb, line 29 def icon(what) raw(%Q[<i class="fas fa-#{what} fa-fw" aria-hidden="true"></i>]) end