From 1bf128936d1af615bcbbf6aeb6d6ce5ab8179975 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 2 May 2019 09:12:32 +0200 Subject: account: move edit links to the left --- templates/account.html.ep | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'templates/account.html.ep') diff --git a/templates/account.html.ep b/templates/account.html.ep index 076adf1..fe1280f 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -30,15 +30,16 @@ Mail - <%= $acc->{email} %>edit ändern + edit<%= $acc->{email} %> Passwort - edit ändern + edit Privatsphäre + edit % if ($acc->{is_public} == 0) { Keine öffentlichen Daten % } @@ -48,7 +49,7 @@ % if ($acc->{is_public} & 0x02) { Status % } - edit ändern + Registriert am -- cgit v1.2.3