From 8bbe9a0fa582fbf1c6478204ba024c2c5e0f8851 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Sat, 1 Jul 2023 10:42:16 +0800 Subject: [PATCH] fix error --- app/controllers/admin/box_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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