Module: Jquard::ApplicationHelper
- Defined in:
- app/helpers/jquard/application_helper.rb
Instance Method Summary collapse
- #jquard_icon(name, css_class: nil) ⇒ Object
- #jquard_navigation ⇒ Object
- #jquard_theme_style ⇒ Object
Instance Method Details
#jquard_icon(name, css_class: nil) ⇒ Object
10 11 12 |
# File 'app/helpers/jquard/application_helper.rb', line 10 def jquard_icon(name, css_class: nil) Jquard::Icons.render(name, css_class: css_class).html_safe end |