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/account.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/account.html.ep') diff --git a/templates/account.html.ep b/templates/account.html.ep index 8df5008..7bc725f 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -67,7 +67,7 @@ Keine % } % if ($acc->{is_public} & 0x01) { - Aktueller Status (nur für angemeldete Accounts) + Aktueller Status (nur mit Anmeldung) % } % elsif ($acc->{is_public} & 0x02) { Aktueller Status @@ -79,10 +79,10 @@
% } % if ($acc->{is_public} & 0x10) { - Letzte zehn Fahrten (nur für angemeldete Accounts) + Vergangene Fahrten (nur mit Anmeldung) % } % elsif ($acc->{is_public} & 0x20) { - Letzte zehn Fahrten + Vergangene Fahrten % } -- cgit v1.2.3