# -*- encoding : utf-8 -*- module IconHelper def i(icon_name, options = {:icon => true}) if options[:icon] raw ('') else raw ('') end end end