Fix up pageTitle variables
This commit is contained in:
@@ -64,7 +64,6 @@ class StatusPageComposer
|
||||
$view->with($withData)
|
||||
->withComponentGroups($componentGroups)
|
||||
->withUngroupedComponents($ungroupedComponents)
|
||||
->withScheduledMaintenance($scheduledMaintenance)
|
||||
->withPageTitle(Setting::get('app_name'));
|
||||
->withScheduledMaintenance($scheduledMaintenance);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,8 +49,6 @@ class SignupController extends Controller
|
||||
}
|
||||
|
||||
return View::make('signup')
|
||||
->withPageTitle(Setting::get('app_name'))
|
||||
->withAboutApp(Markdown::convertToHtml(Setting::get('app_about')))
|
||||
->withCode($invite->code)
|
||||
->withUsername(Binput::old('username'))
|
||||
->withEmail(Binput::old('emai', $invite->email));
|
||||
|
||||
@@ -38,7 +38,6 @@ class SubscribeController extends Controller
|
||||
public function showSubscribe()
|
||||
{
|
||||
return View::make('subscribe')
|
||||
->withPageTitle(Setting::get('app_name'))
|
||||
->withAboutApp(Markdown::convertToHtml(Setting::get('app_about')));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user