diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-02-19 20:58:38 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-02-19 20:58:38 +0100 |
commit | 57f686b688d1ae09a3ab6fe6b54ba3c7c18c16a6 (patch) | |
tree | 1b582a989e9e8904a68bc1ca412652dc870e542e /templates/account.html.ep | |
parent | 2652ea6bab56e40169334800f4b9c5a11c3ef601 (diff) |
allow showing past journeys on shared status page
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index 1118ca0..efe2ee7 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -75,6 +75,15 @@ % if ($acc->{is_public} & 0x04) { mit Kommentar % } + % if ($acc->{is_public} & 0x0f and $acc->{is_public} & 0xf0) { + <br/> + % } + % if ($acc->{is_public} & 0x10) { + Letzte zehn Fahrten (nur für angemeldete Accounts) + % } + % elsif ($acc->{is_public} & 0x20) { + Letzte zehn Fahrten + % } </td> </tr> <tr> |