Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created January 15, 2013 10:04
Show Gist options
  • Save tagrudev/4537658 to your computer and use it in GitHub Desktop.
Save tagrudev/4537658 to your computer and use it in GitHub Desktop.
link_to image + text
<%= link_to '#' do %>
hiii <%= image_tag('/images/menu-arrow-down.gif') %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment