An @edit=true declaration was missing from edit_voters that prevented the voter delet...
author<jlsharps@mit.edu> <>
Mon, 25 Aug 2008 23:36:54 +0000 (19:36 -0400)
committer<jlsharps@mit.edu> <>
Mon, 25 Aug 2008 23:36:54 +0000 (19:36 -0400)
commit79b260d1caad8ef8559a9d8a9c46068acafdf9fb
tree43377557ceae70a32bee73d24439cc2fff4d5e85
parenteed818c2f36f08638c65244ea79485b87cb7ddc8
An @edit=true declaration was missing from edit_voters that prevented the voter delete button from appearing. I palced the declaration back in the controller method rather than in the view file, which is different from the new_voters.rhtml file.
app/controllers/election_controller.rb

Benjamin Mako Hill || Want to submit a patch?