mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-11 13:48:13 +03:00
Added page titles to many missing app areas
Many pages were missing their unique tab/page titles so this change is just to distribute them back over many common areas where they were missing.
This commit is contained in:
@ -18,6 +18,8 @@ class UserProfileController extends Controller
|
||||
$recentlyCreated = $repo->getRecentlyCreated($user, 5);
|
||||
$assetCounts = $repo->getAssetCounts($user);
|
||||
|
||||
$this->setPageTitle($user->name);
|
||||
|
||||
return view('users.profile', [
|
||||
'user' => $user,
|
||||
'activity' => $userActivity,
|
||||
|
Reference in New Issue
Block a user