From 58a14a1faea18f8a463fb473690d04b27e9098ce Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Aug 2020 05:50:07 -0400 Subject: [PATCH 1/2] Change Train Schedule to Find your train --- views/index.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/index.jade b/views/index.jade index 1520243..a7acb00 100644 --- a/views/index.jade +++ b/views/index.jade @@ -1,7 +1,7 @@ extends layout block content - h1 Train Schedule + h1 Find your train p Select your train below to see its current schedule. #wrapper #trainList @@ -10,4 +10,4 @@ block content #trainInfo strong #trainSchedule - strong Select a train to view its current schedule. \ No newline at end of file + strong Select a train to view its current schedule. From 0712422a3b82b22eec9ba9afee22f63eded012fc Mon Sep 17 00:00:00 2001 From: Konstantin Date: Wed, 12 Aug 2020 05:51:58 -0400 Subject: [PATCH 2/2] Change Train Schedule to Find your train --- views/index.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.jade b/views/index.jade index a7acb00..a4525ae 100644 --- a/views/index.jade +++ b/views/index.jade @@ -1,7 +1,7 @@ extends layout block content - h1 Find your train + h1 Find your train! p Select your train below to see its current schedule. #wrapper #trainList