Both quickvotes and full-size elections use the same partial in views/voter
author<jlsharps@mit.edu> <>
Thu, 30 Aug 2007 07:55:04 +0000 (03:55 -0400)
committer<jlsharps@mit.edu> <>
Thu, 30 Aug 2007 07:55:04 +0000 (03:55 -0400)
commit1ef3925927fb35483da98af08f9fc175d5502708
treedc891dde78f3abd59fb5e7fc89022bbfa4a3bf07
parent500f98b7b7c16d3b75ee85ef1cd7bc9180f3a533
Both quickvotes and full-size elections use the same partial in views/voter
('sortable_vote') for the ajax voting. One gimmick seems to be that the button
is appearing above the actual list of candidates which is kinda odd, but
doesn't seem to be affecting wah'ts being committed in anyway. Also made some
modifications to the graphs and the graphs to help with how their displayed in
the new theme, hopefully it looks a litle better. Don't quite know how to
improve the results page further for quickvotes... will try keeping them
uncomputed until people ask for them?
app/controllers/graph_controller.rb
app/models/vote.rb
app/views/quickvote/_pref_tables.rhtml
app/views/quickvote/index.rhtml
app/views/quickvote/results.rhtml
app/views/voter/_sortable_vote.rhtml
app/views/voter/full_vote.rhtml
db/schema.rb
public/stylesheets/main.css

Benjamin Mako Hill || Want to submit a patch?