Skip to content

Instantly share code, notes, and snippets.

@jeromegn
Forked from motdotla/delete.html.erb
Created May 5, 2009 15:38
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 jeromegn/107018 to your computer and use it in GitHub Desktop.
Save jeromegn/107018 to your computer and use it in GitHub Desktop.
<%= form_for(@user, :action => "/users/#{@user.login}") %>
<%= hidden_field :value => "DELETE", :name => "_method" %>
<div class="actions">
<input type="image" name="submit" src="/images/btn-delete_user.png" id="deleteUser" />
or <%= link_to "cancel", resource(:users) %>
</div>
<% end =%>
/Users/jgn/Sites/investapp/investapp.com/app/views/users/delete.html.erb:26: syntax error, unexpected ')', expecting $end ).to_s; @_erb_buf.concat('</div>'); ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment