Skip to content

Instantly share code, notes, and snippets.

@cncolder
Created June 12, 2010 00:24
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 cncolder/435232 to your computer and use it in GitHub Desktop.
Save cncolder/435232 to your computer and use it in GitHub Desktop.
<!-- Rails html5 templete -->
<%= link_to "Add user", new_user_path, :remote => true %>
<!-- Will product -->
<a href="/users/new" data-remote="true">Add user</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment