From 93f276eb486c694ff2561548a20a8231be19dde8 Mon Sep 17 00:00:00 2001 From: Amy Gale Ruth Bowersox Date: Fri, 23 Jan 2026 23:02:21 -0700 Subject: [PATCH] added tooltip to the "host" icon in communities sidebox --- ui/views/sb_ftrcomm.jet | 4 ++-- ui/views/top.jet | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ui/views/sb_ftrcomm.jet b/ui/views/sb_ftrcomm.jet index f86a990..8f74fce 100644 --- a/ui/views/sb_ftrcomm.jet +++ b/ui/views/sb_ftrcomm.jet @@ -1,6 +1,6 @@ {* * Amsterdam Web Communities System - * Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved + * Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this @@ -19,7 +19,7 @@
🟣 {{ .Text }} - {{ if .Flags["admin"] }}👑{{ end }} + {{ if .Flags["admin"] }}👑{{ end }}
{{ end }} {{ else }} diff --git a/ui/views/top.jet b/ui/views/top.jet index ff38b73..ea7c83b 100644 --- a/ui/views/top.jet +++ b/ui/views/top.jet @@ -1,6 +1,6 @@ {* * Amsterdam Web Communities System - * Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved + * Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this