From 4845a03f07fc83d452ff2347f0ec159f71b19497 Mon Sep 17 00:00:00 2001 From: Derf Null Date: Sun, 25 Jun 2023 11:09:30 +0200 Subject: account: move profile link out of settings --- templates/account.html.ep | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/templates/account.html.ep b/templates/account.html.ep index 68161a7..d3305a2 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -79,9 +79,8 @@ Sichtbarkeit edit - <%= visibility_icon($acc->{default_visibility_str}) %> - • <%= visibility_icon($acc->{past_visibility_str}) %> - • Öffentliches Profil + check<%= visibility_icon($acc->{default_visibility_str}) %> + • history<%= visibility_icon($acc->{past_visibility_str}) %> @@ -184,6 +183,9 @@

Interaktion

+

+ Öffentliches Profil +

@@ -245,6 +247,13 @@ % } +% else { + +% } % my $token = stash('api_token') // {};
-- cgit v1.2.3
Anfragen