diff options
author | Derf Null <derf@finalrewind.org> | 2023-06-24 21:25:14 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-06-24 21:25:14 +0200 |
commit | b44b770ec3eb820699bad44600c78edb5f4aac9e (patch) | |
tree | ecfc8c660b9df7e83626765ad3f301cadcf2d9d2 /templates/account.html.ep | |
parent | 085d77a1fad8dd205c3607c6535279103b0d2b3c (diff) |
fine-graned visibility selection of history / past checkins
most notably, adds a 'history for followers only' mode
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index bb03c7b..68161a7 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -80,6 +80,7 @@ <td> <a href="/account/privacy"><i class="material-icons">edit</i></a> <i class="material-icons"><%= visibility_icon($acc->{default_visibility_str}) %></i> + • <i class="material-icons"><%= visibility_icon($acc->{past_visibility_str}) %></i> • <a href="/p/<%= $acc->{name} %>">Öffentliches Profil</a> </td> </tr> |