Dashboard view refactor.

This commit is contained in:
James Brooks
2015-01-01 10:39:22 +00:00
parent 5aadb947f0
commit 67bfe5a449
20 changed files with 43 additions and 25 deletions

View File

@@ -9,7 +9,7 @@ class DashUserController extends Controller
*/
public function showUser()
{
return View::make('dashboard.user')->with([
return View::make('dashboard.user.index')->with([
'pageTitle' => 'User - Dashboard',
]);
}