Start pulling the dashboard into its own view structure, basic tabs for now
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
*/
|
||||
class DashboardController extends Controller {
|
||||
public function showDashboard() {
|
||||
return 'Coming soon... <a href="/">Back to Status Page.</a>';
|
||||
return View::make('dashboard.index');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user