From 482fa975b5f50064deb57b651019908c17b71f47 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 3 Sep 2020 22:27:50 +0200 Subject: add public profile page and public journey details --- templates/journey.html.ep | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/journey.html.ep') 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 @@

+ % if (my $name = stash('username')) { + <%= $name %>s + % } % if ($journey->{cancelled}) { Ausgefallene Fahrt % } -- cgit v1.2.3