From c6b795384085c7b61ddf13d5370474859a2119c3 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 5 Jan 2015 13:50:41 +0000 Subject: [PATCH] Fix Add Component Group view. Closes #285 --- src/Http/Controllers/DashComponentController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Controllers/DashComponentController.php b/src/Http/Controllers/DashComponentController.php index 21693681..451188f5 100644 --- a/src/Http/Controllers/DashComponentController.php +++ b/src/Http/Controllers/DashComponentController.php @@ -151,7 +151,7 @@ class DashComponentController extends Controller */ public function showAddComponentGroup() { - return View::make('dashboard.components.add-group')->with([ + return View::make('dashboard.components.groups.add')->with([ 'pageTitle' => trans('dashboard.components.groups.add.title').' - '.trans('dashboard.dashboard'), ]); }