Renamed CSS and layout to move from the old name (HC) to the new name
[selectricity] / app / controllers / election_controller.rb
old mode 100755 (executable)
new mode 100644 (file)
index 3a43c8e..e950153
@@ -1,8 +1,8 @@
 class ElectionController < ApplicationController
   model :raw_voter_list, :voter, :vote, :candidate
-  layout 'hc'
+  layout 'main'
 
-  before_filter :login_required
+  #before_filter :login_required
 
   ## methods for displaying, creating,
   ## and manipulating election overview data

Benjamin Mako Hill || Want to submit a patch?