Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Forked from febuiles/application_helper.rb
Created July 15, 2011 21:59
Show Gist options
  • Save jpemberthy/1085639 to your computer and use it in GitHub Desktop.
Save jpemberthy/1085639 to your computer and use it in GitHub Desktop.
def sidebar_link(text, image, url)
img = image_tag(image, :class => "icon")
link = link_to(url) { img + text }
content_tag("li", link)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment