Made the results page 'modular,' and all the necessary adaptations.
author<jlsharps@mit.edu> <>
Tue, 21 Aug 2007 22:36:06 +0000 (18:36 -0400)
committer<jlsharps@mit.edu> <>
Tue, 21 Aug 2007 22:36:06 +0000 (18:36 -0400)
commitad5ca8bbfbef358919aa877e78dceb27fdc6387a
tree6226fe6d6e31783240d7058913950bab86ec3132
parent1fcd2d064dfef0dff9b07a40d0f5d30e662d1d86
Made the results page 'modular,' and all the necessary adaptations.
12 files changed:
app/controllers/quickvote_controller.rb
app/models/election.rb
app/views/quickvote/_result_approval.rhtml [new file with mode: 0644]
app/views/quickvote/_result_borda.rhtml [new file with mode: 0644]
app/views/quickvote/_result_condorcet.rhtml [new file with mode: 0644]
app/views/quickvote/_result_plurality.rhtml [new file with mode: 0644]
app/views/quickvote/_result_runoff.rhtml [new file with mode: 0644]
app/views/quickvote/_result_ssd.rhtml [new file with mode: 0644]
app/views/quickvote/results.rhtml
config/environment.rb
db/create.sql
db/schema.rb

Benjamin Mako Hill || Want to submit a patch?