From 978c7b03c2a333eb48b9d223c3a010a35211d1ac Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 15 Feb 2023 20:01:43 +0100 Subject: journey: add share button --- templates/journey.html.ep | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'templates/journey.html.ep') diff --git a/templates/journey.html.ep b/templates/journey.html.ep index a5e04a0..50dcb3e 100644 --- a/templates/journey.html.ep +++ b/templates/journey.html.ep @@ -230,6 +230,20 @@ %= include '_map', station_coordinates => stash('station_coordinates'), polyline_groups => stash('polyline_groups') % } % if (not stash('readonly')) { + % if (stash('with_share')) { +
+
+
+ +
+ % }