Skip to content

Instantly share code, notes, and snippets.

@chadjemmett
Last active August 29, 2015 14:26
Show Gist options
  • Save chadjemmett/801c2e5de59710b1a402 to your computer and use it in GitHub Desktop.
Save chadjemmett/801c2e5de59710b1a402 to your computer and use it in GitHub Desktop.
<%= $thing %>
<form action='/thing1' method='post' >
<input type='hidden' name='_method' value='put'>
<input type='submit' value='Upvote'>
<form action='/thing2' method='post' >
<input type='hidden' name='_method' value='put'>
<input type='submit' value='Downvote'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment