Skip to content

Instantly share code, notes, and snippets.

Created May 1, 2011 21:21
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 anonymous/950886 to your computer and use it in GitHub Desktop.
Save anonymous/950886 to your computer and use it in GitHub Desktop.
<% form_for(vote, :remote => true) do |f| %>
<%= check_box :selection, vote.id, {}, vote.id %>
<%= hidden_field_tag("approval_"+vote.id.to_s, "temp") %>
...
<%= link_to 'Vote Yes', ballots_path, :id => "vote_yes_top" %>
<%= link_to 'Vote No', ballots_path, :id => "vote_no_top" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment