Skip to content

Instantly share code, notes, and snippets.

SITES = {
facebook: 'http://facebook.com',
twitter: 'http://twitter.com'
}
def icon(name, url)
content_tag :li, link_to(name, url, class: [:sticons, name])
end
def social_icons