summaryrefslogtreecommitdiff
path: root/templates/journey.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2023-02-15 20:01:43 +0100
committerDaniel Friesel <derf@finalrewind.org>2023-02-15 20:01:43 +0100
commit978c7b03c2a333eb48b9d223c3a010a35211d1ac (patch)
tree058e0158dbc9f23f2ae21d2a2f8b76d8239a4ffe /templates/journey.html.ep
parent1e1c71cfd876b75ead06b019eabe41a01d0eb972 (diff)
journey: add share button
Diffstat (limited to 'templates/journey.html.ep')
-rw-r--r--templates/journey.html.ep14
1 files changed, 14 insertions, 0 deletions
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')) {
+ <div class="row">
+ <div class="col s12 m6 l6">
+ </div>
+ <div class="col s12 m6 l6 center-align">
+ <a class="btn waves-effect waves-light action-share"
+ data-url="<%= url_for('public_journey', name => current_user()->{name}, id => $journey->{id} )->to_abs->scheme('https'); %>"
+ data-text="<%= stash('share_text') %>"
+ >
+ <i class="material-icons left" aria-hidden="true">share</i> Teilen
+ </a>
+ </div>
+ </div>
+ % }
<div class="row hide-on-small-only">
<div class="col s12 m6 l6 center-align">
<a class="waves-effect waves-light red btn action-delete"