From 3df6d2418f3f9d0721231a5d75879d4c54b3221c Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Wed, 23 Jul 2025 05:47:07 +0200 Subject: journey: share: timestamps are always int --- templates/journey.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/journey.html.ep b/templates/journey.html.ep index c1efe44..a3b7e7b 100644 --- a/templates/journey.html.ep +++ b/templates/journey.html.ep @@ -325,7 +325,7 @@ data-url="<%= url_for('public_journey', name => current_user()->{name}, id => $journey->{id} )->to_abs->scheme('https'); %>" % } % else { - data-url="<%= url_for('public_journey', name => current_user()->{name}, id => $journey->{id} )->to_abs->scheme('https'); %>?token=<%= $journey->{from_eva} %>-<%= $journey->{checkin_ts} % 337 %>-<%= $journey->{sched_dep_ts} %>" + data-url="<%= url_for('public_journey', name => current_user()->{name}, id => $journey->{id} )->to_abs->scheme('https'); %>?token=<%= $journey->{from_eva} %>-<%= $journey->{checkin_ts} % 337 %>-<%= int($journey->{sched_dep_ts}) %>" % } data-text="<%= stash('share_text') %>" > -- cgit v1.2.3