diff --git a/app/controllers/server/dashboard_controller.rb b/app/controllers/server/dashboard_controller.rb
index 28f0cf40c91e620d3c1c8c5fd72df3e2d09f3c0a..308334fc43a5701e5cc5c5ede335e3fdfeed2a82 100644
--- a/app/controllers/server/dashboard_controller.rb
+++ b/app/controllers/server/dashboard_controller.rb
@@ -11,7 +11,7 @@ class Server::DashboardController < Server::ApplicationController
         path: server_websites_path
       }
     ]
-    @websites = Communication::Website.for_older_theme_version(Osuny::ThemeInfo.get_current_version).ordered
+    @websites = Communication::Website.with_url.for_older_theme_version(Osuny::ThemeInfo.get_current_version).ordered
     breadcrumb
   end