diff --git a/web/layouts/journeys/search-compact.html b/web/layouts/journeys/search-compact.html index a05ab6f..0ba3493 100644 --- a/web/layouts/journeys/search-compact.html +++ b/web/layouts/journeys/search-compact.html @@ -181,13 +181,16 @@
-
-
- {{ timeFormat $journey.StartTime "15:04" }} - - {{ timeFormat $journey.EndTime "15:04" }} +
+
{{ timeFormat $journey.StartTime "02/01/2006" }}
+
+
+ {{ timeFormat $journey.StartTime "15:04" }} + + {{ timeFormat $journey.EndTime "15:04" }} +
+ {{ shortDuration $journey.Duration }}
- {{ shortDuration $journey.Duration }}
@@ -397,13 +400,16 @@
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
@@ -981,6 +987,7 @@ function compactJourneySearch() { { startTime: '{{ timeFormat $journey.StartTime "15:04" }}', endTime: '{{ timeFormat $journey.EndTime "15:04" }}', + startDate: '{{ timeFormat $journey.StartTime "02/01/2006" }}', duration: '{{ shortDuration $journey.Duration }}', legs: [ {{range $legIndex, $leg := $journey.Legs}}