Skip to content

Instantly share code, notes, and snippets.

@motdotla
Created May 5, 2009 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save motdotla/107012 to your computer and use it in GitHub Desktop.
Save motdotla/107012 to your computer and use it in GitHub Desktop.
<form method="post" class="delete-btn" action="/users/scottmotte"><input type="hidden" value="DELETE" name="_method"></input><input type="submit" value="Yes, I am sure. Delete this user now."></input></form>
<%= form_for(@user, :action => "/users/#{@user.login}", :class => "delete-btn" %>
<%= hidden_field :value => "DELETE", :name => "_method" %>
<%= submit "Yes, I am sure. Delete this user now." %>
<% end =%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment