Link back to the status page for now

This commit is contained in:
James Brooks
2014-11-24 17:33:22 +00:00
parent e82c7d6e57
commit 040345dc68

View File

@@ -5,6 +5,6 @@
*/
class DashboardController extends Controller {
public function showDashboard() {
return 'Coming soon...';
return 'Coming soon... <a href="/">Back to Status Page.</a>';
}
}