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

Benjamin Mako Hill || Want to submit a patch?