changed title
This commit is contained in:
parent
cc60c7ae9b
commit
c70b2d6a36
@ -1,6 +1,6 @@
|
|||||||
@model SummaryViewModel
|
@model SummaryViewModel
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Home Page";
|
ViewData["Title"] = "School Bus Checker";
|
||||||
|
|
||||||
var busRoutes = Model.Routes.OrderBy(r => r.BusNumber).ToList();
|
var busRoutes = Model.Routes.OrderBy(r => r.BusNumber).ToList();
|
||||||
var hasDelays = busRoutes.Any();
|
var hasDelays = busRoutes.Any();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user