Skip to content

Instantly share code, notes, and snippets.

@Fonsan
Created February 9, 2011 23:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Fonsan/819542 to your computer and use it in GitHub Desktop.
Save Fonsan/819542 to your computer and use it in GitHub Desktop.
link_to raw("We" + image_tag('heart.png') + " Feedback")
# generates
# <a class="footer_link" href="/feedback">We&lt;img alt="Heart" src="/images/heart.png?1297276993" /&gt; Feedback</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment