Major commit adding about information and more before site goes live.
author<mako@atdot.cc> <>
Wed, 5 Sep 2007 12:47:18 +0000 (08:47 -0400)
committer<mako@atdot.cc> <>
Wed, 5 Sep 2007 12:47:18 +0000 (08:47 -0400)
commited271a9bc9a0ec6928e7276d645541db6e5cb7c6
tree13dfc2ffc2852ed157b51a9d6d4684bc213be91d
parentecc97ad58e95f219f023888958e101f9dec1f83f
Major commit adding about information and more before site goes live.
33 files changed:
app/controllers/about_controller.rb [new file with mode: 0644]
app/controllers/account_controller.rb
app/controllers/application.rb
app/controllers/election_controller.rb
app/controllers/front_controller.rb [moved from app/controllers/site_controller.rb with 88% similarity]
app/controllers/quickvote_controller.rb
app/helpers/front_helper.rb [moved from app/helpers/site_helper.rb with 100% similarity]
app/views/about/_sidebar.rhtml [new file with mode: 0644]
app/views/about/anywhere.rhtml [moved from public/selectricity-anywhere.html with 88% similarity]
app/views/about/features.rhtml [new file with mode: 0644]
app/views/about/overview.rhtml [new file with mode: 0644]
app/views/about/privacy.rhtml [new file with mode: 0644]
app/views/about/team.rhtml [new file with mode: 0644]
app/views/about/thanks.rhtml [new file with mode: 0644]
app/views/about/why.rhtml [new file with mode: 0644]
app/views/account/login.rhtml
app/views/account/signup.rhtml
app/views/account/summary.rhtml
app/views/election/_progress.rhtml
app/views/front/_basic_login.rhtml [moved from app/views/site/_basic_login.rhtml with 80% similarity]
app/views/front/_user_summary.rhtml [moved from app/views/site/_user_summary.rhtml with 68% similarity]
app/views/front/index.rhtml [moved from app/views/site/index.rhtml with 93% similarity]
app/views/layouts/frontpage.rhtml
app/views/layouts/main.rhtml
app/views/quickvote/not_viewable.rhtml
config/routes.rb
public/images/selectricity_team_photo.jpg [new file with mode: 0644]
public/stylesheets/about.css [new symlink]
public/stylesheets/account.css [new symlink]
public/stylesheets/election.css
public/stylesheets/main.css
public/stylesheets/voter.css
test/functional/front_controller_test.rb [moved from test/functional/site_controller_test.rb with 65% similarity]

Benjamin Mako Hill || Want to submit a patch?