Renamed CSS and layout to move from the old name (HC) to the new name
[selectricity] / app / controllers / user_controller.rb
index a674be1d170beb01648a80f3277093f8a4a1c3a8..11cf095f032b8ef997088b0a400efeb9de3a4551 100644 (file)
@@ -1,5 +1,5 @@
 class UserController < ApplicationController
 class UserController < ApplicationController
-  layout 'hc'
+  layout 'main'
 
   def home
     redirect_to :controller => 'site', :action => 'index'
 
   def home
     redirect_to :controller => 'site', :action => 'index'

Benjamin Mako Hill || Want to submit a patch?