From f0d61a4083d677e115040357f4ee6eb40fb817f9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 30 Apr 2019 23:23:49 +0200 Subject: Prepare settings and templates for opt-in public travel status --- templates/account.html.ep | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'templates/account.html.ep') diff --git a/templates/account.html.ep b/templates/account.html.ep index 92b61db..076adf1 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -36,6 +36,20 @@ Passwort edit ändern + + Privatsphäre + + % if ($acc->{is_public} == 0) { + Keine öffentlichen Daten + % } + % else { + Öffentliche Daten: + % } + % if ($acc->{is_public} & 0x02) { + Status + % } + edit ändern + Registriert am <%= $acc->{registered_at}->strftime('%d.%m.%Y %H:%M') %> -- cgit v1.2.3