Merge pull request #717 from cachethq/new-login

New login screen
This commit is contained in:
James Brooks
2015-06-13 14:37:05 +01:00
8 changed files with 110 additions and 65 deletions

View File

@@ -41,7 +41,7 @@ class DashboardController extends AbstractController
public function showNotifications()
{
return View::make('dashboard.notifications.index')->with([
'pageTitle' => trans('dashboard.notifications.notifications').' - '.trans('dashboard.dashboard'),
'pageTitle' => trans('dashboard.notifications.notifications').' '.trans('dashboard.dashboard'),
]);
}
}