Sha256: 0139f6efd0c66a0f455c9d90d57e3b440aa607437b2dbb398a57ea76a25cc64d
Contents?: true
Size: 272 Bytes
Versions: 2
Compression:
Stored size: 272 Bytes
Contents
module Partystreusel::Helpers::IconHelper def streusel_icon(name, classes = '') haml_tag :svg, xmlns: 'http://www.w3.org/2000/svg', title: "#{name}", class: "icon icon--#{name} #{classes}" do haml_tag :use, 'xlink:href' => "#icon--#{name}" end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
partystreusel-2.0.0 | lib/partystreusel/helpers/icon_helper.rb |
partystreusel-1.2.0 | lib/partystreusel/helpers/icon_helper.rb |