Skip to content

Instantly share code, notes, and snippets.

@febuiles
Created July 15, 2011 21:58
Show Gist options
  • Save febuiles/1085636 to your computer and use it in GitHub Desktop.
Save febuiles/1085636 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) do
img + text
end
content_tag("li", link)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment