Added a new bar graph, that counts how many points the borda system of
[selectricity] / app / controllers / site_controller.rb
index e26a3688997dd1ff67b4b817b44a345ddc8d4cfa..a33a1fa16707403589ce4caebd0bb36161bb30d9 100644 (file)
@@ -1,5 +1,5 @@
 class SiteController < ApplicationController
-  layout 'hc'
+  layout 'main'
   model :user, :election, :account
 
   def index
@@ -16,7 +16,7 @@ class SiteController < ApplicationController
           b.enddate <=> a.enddate
         end
       else
-        # if we have no record of them, set the session id back to
+        # if we have no record of them, set the user back to
              # nothing and start again
         session[:user] = nil
         

Benjamin Mako Hill || Want to submit a patch?