summaryrefslogtreecommitdiff
path: root/templates/journey.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-09-03 22:27:50 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-09-03 22:27:50 +0200
commit482fa975b5f50064deb57b651019908c17b71f47 (patch)
tree118e0247f29c058f61e53db5716df1c1d848d898 /templates/journey.html.ep
parentea0fe3ea3e72eb690dd5a92eb4831523be740d08 (diff)
add public profile page and public journey details
Diffstat (limited to 'templates/journey.html.ep')
-rw-r--r--templates/journey.html.ep3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/journey.html.ep b/templates/journey.html.ep
index 0979f49..a5e04a0 100644
--- a/templates/journey.html.ep
+++ b/templates/journey.html.ep
@@ -14,6 +14,9 @@
<div class="row">
<div class="col s12">
<p>
+ % if (my $name = stash('username')) {
+ <b><a href="/p/<%= $name %>"><%= $name %></a></b>s
+ % }
% if ($journey->{cancelled}) {
Ausgefallene Fahrt
% }