Method: Megatron::ApplicationHelper#icon
- Defined in:
- app/helpers/megatron/application_helper.rb
#icon(name) ⇒ Object
16 17 18 |
# File 'app/helpers/megatron/application_helper.rb', line 16 def icon(name) content_tag(:span, class: "#{name}_icon", 'aria-hidden' => true) { } end |