Skip to content

Instantly share code, notes, and snippets.

@jitendravyas
Created June 23, 2014 09:13
Show Gist options
  • Save jitendravyas/2cd26847d11ca98fa004 to your computer and use it in GitHub Desktop.
Save jitendravyas/2cd26847d11ca98fa004 to your computer and use it in GitHub Desktop.
Rails helper tag to add inline image in .erb file
<!-- Example -->
<%= image_tag("rss.jpg", :alt => "RSS", :id => "rss", :class => "rss") %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment