Initital scaffolding of the website plus initial work on the adding and
author<mako@atdot.cc> <>
Wed, 12 Jul 2006 23:58:33 +0000 (19:58 -0400)
committer<mako@atdot.cc> <>
Wed, 12 Jul 2006 23:58:33 +0000 (19:58 -0400)
commit1660465f3e072cbddc19b19f7f8869affb0694c5
tree2c97cabde7b51e5211a8306a130a9ab23cc68885
parentcc4532dee83d19baf79b35fadf7064b9b5c3948a
Initital scaffolding of the website plus initial work on the adding and
editing general information for votes and list of candidates. The first
steps toward importing voters has also been added.
24 files changed:
.bzrignore
app/controllers/elections_controller.rb [new file with mode: 0644]
app/helpers/elections_helper.rb [new file with mode: 0644]
app/models/candidate.rb [new file with mode: 0644]
app/models/election.rb [new file with mode: 0644]
app/views/elections/_candidate_line.rhtml [new file with mode: 0644]
app/views/elections/_candidates_form.rhtml [new file with mode: 0644]
app/views/elections/_overview_form.rhtml [new file with mode: 0644]
app/views/elections/edit.rhtml [new file with mode: 0644]
app/views/elections/edit_candidates.rhtml [new file with mode: 0644]
app/views/elections/edit_voters.rhtml [new file with mode: 0644]
app/views/elections/list.rhtml [new file with mode: 0644]
app/views/elections/new.rhtml [new file with mode: 0644]
app/views/elections/new_candidates.rhtml [new file with mode: 0644]
app/views/elections/show.rhtml [new file with mode: 0644]
app/views/layouts/elections.rhtml [new file with mode: 0644]
log/development.log [deleted file]
log/production.log [deleted file]
log/server.log [deleted file]
log/test.log [deleted file]
public/stylesheets/scaffold.css [new file with mode: 0644]
test/fixtures/elections.yml [new file with mode: 0644]
test/functional/elections_controller_test.rb [new file with mode: 0644]
test/unit/election_test.rb [new file with mode: 0644]

Benjamin Mako Hill || Want to submit a patch?