Working on a new navbar and minor design tweaks for the status page
This commit is contained in:
@@ -121,7 +121,7 @@ class StatusPageController extends AbstractApiController
|
||||
*/
|
||||
public function showIncident(Incident $incident)
|
||||
{
|
||||
return View::make('incident')
|
||||
return View::make('single-incident')
|
||||
->withIncident($incident);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user