Skip to content

Instantly share code, notes, and snippets.

@TechFounder
Created September 23, 2014 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TechFounder/57229688f557c75b548f to your computer and use it in GitHub Desktop.
Save TechFounder/57229688f557c75b548f to your computer and use it in GitHub Desktop.
Prevent link_to from redirecting to a new page when you don't have any particular link to go to. So you don't get that annoying top of the page action.
= link_to 'Link to Nowhere', 'javascript:;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment