From 1405eb6ea3fe95fcb9c205c6c4c250433d48819c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 6 Apr 2019 11:20:10 +0200 Subject: Add password change form --- templates/account.html.ep | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'templates/account.html.ep') diff --git a/templates/account.html.ep b/templates/account.html.ep index 99178d9..dd808a6 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -38,6 +38,10 @@ Mail <%= $acc->{email} %> + + Passwort + ändern + Registriert am <%= $acc->{registered_at}->strftime('%d.%m.%Y %H:%M') %> @@ -46,9 +50,7 @@
-
-
-
+
%= form_for 'logout' => begin %= csrf_field %= end
-
-
% my $token = get_api_token(); -- cgit v1.2.3