Sha256: 666e9a1e50aa28ab56e1ce27583c8954b96f0e8513b391f43e42496f83693ef8
Contents?: true
Size: 567 Bytes
Versions: 16
Compression:
Stored size: 567 Bytes
Contents
#= require_self #= require_tree . _.extend Tao, _icons: '' iconTag: (name, attributes={}) -> $("<svg><use xlink:href=\"#icon-#{name}\"/></svg>") .attr attributes .addClass "icon icon-#{name}" Tao.Application.initializer 'icons', (app) -> app.on 'page-load', (page) -> return if $('#tao-icons').length > 0 document.body.insertAdjacentHTML 'afterbegin', """ <svg id="tao-icons" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="display:none"> #{Tao._icons} </svg> """
Version data entries
16 entries across 16 versions & 1 rubygems