Working on a new navbar and minor design tweaks for the status page

This commit is contained in:
James Brooks
2016-03-21 17:38:50 +00:00
parent ac31067333
commit 4d07d2c8b1
6 changed files with 63 additions and 9 deletions

View File

@@ -121,7 +121,7 @@ class StatusPageController extends AbstractApiController
*/
public function showIncident(Incident $incident)
{
return View::make('incident')
return View::make('single-incident')
->withIncident($incident);
}