From 040345dc68782371fe2ac4fc94e50185c2d7c954 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 24 Nov 2014 17:33:22 +0000 Subject: [PATCH] Link back to the status page for now --- app/controllers/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/DashboardController.php b/app/controllers/DashboardController.php index 7ca59c2b..13e5a546 100644 --- a/app/controllers/DashboardController.php +++ b/app/controllers/DashboardController.php @@ -5,6 +5,6 @@ */ class DashboardController extends Controller { public function showDashboard() { - return 'Coming soon...'; + return 'Coming soon... Back to Status Page.'; } }