Skip to content

Instantly share code, notes, and snippets.

@TXDynamics
Created April 22, 2013 17:26
Show Gist options
  • Save TXDynamics/5436916 to your computer and use it in GitHub Desktop.
Save TXDynamics/5436916 to your computer and use it in GitHub Desktop.
Rails Create an image with link using the image helper
<%= link_to image_tag("rails.png", alt: "Rails"), 'http://rubyonrails.org' %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment