Allow custimizable graph sizes, to fit with newly modular results page. Also,
author<jlsharps@mit.edu> <>
Thu, 23 Aug 2007 19:20:00 +0000 (15:20 -0400)
committer<jlsharps@mit.edu> <>
Thu, 23 Aug 2007 19:20:00 +0000 (15:20 -0400)
commit823d530ba46c1fb3518c4deef0081738503837eb
tree7fde8854ee0f8f2ad9a4e158ee60b5299a40e73d
parenta8006b0bf9687f8882c3073eca2e8b4ebc7cde4a
Allow custimizable graph sizes, to fit with newly modular results page. Also,
beginning a method that will allow users to track the QuickVotes they create.
14 files changed:
app/controllers/graph_controller.rb
app/controllers/quickvote_controller.rb
app/models/quick_vote.rb
app/views/quickvote/_advanced.rhtml
app/views/quickvote/_pref_tables.rhtml
app/views/quickvote/_result_approval.rhtml
app/views/quickvote/_result_borda.rhtml
app/views/quickvote/_result_condorcet.rhtml
app/views/quickvote/_result_plurality.rhtml
app/views/quickvote/_result_ssd.rhtml
app/views/quickvote/results.rhtml
app/views/site/index.rhtml
public/stylesheets/main.css
test/unit/quickvote_test.rb

Benjamin Mako Hill || Want to submit a patch?