diff --git a/app/controllers/admin/box_controller.rb b/app/controllers/admin/box_controller.rb index 52aa99a..99b4a30 100644 --- a/app/controllers/admin/box_controller.rb +++ b/app/controllers/admin/box_controller.rb @@ -2,7 +2,7 @@ class Admin::BoxController < OrbitAdminController include ReverseProxy::Controller SocketFile = "#{Rails.root}/tmp/box.sock" Binary = File.expand_path("../../../../bin/box", __FILE__) - CSSFile = File.expand_path("../../../white-on-black.css", __FILE__) + CSSFile = File.expand_path("../../../../white-on-black.css", __FILE__) skip_before_filter :verify_authenticity_token def index