From 37814efa15c60e4bc0696de5bb1369c5f4222dec Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Tue, 23 May 2023 22:40:06 -0700 Subject: [PATCH] Minor fixes for inner circle --- web/templates/account/dashboard.html | 6 ++++++ web/templates/account/search.html | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/web/templates/account/dashboard.html b/web/templates/account/dashboard.html index c71ccb9..98f2e04 100644 --- a/web/templates/account/dashboard.html +++ b/web/templates/account/dashboard.html @@ -170,6 +170,12 @@ Edit Profile & Settings +
  • + + + {{PrettyCircle}} + +
  • diff --git a/web/templates/account/search.html b/web/templates/account/search.html index bacf132..9ade98b 100644 --- a/web/templates/account/search.html +++ b/web/templates/account/search.html @@ -192,7 +192,7 @@ {{else}} {{.NameOrUsername}} {{end}} - {{if .InnerCircle}} + {{if and $Root.CurrentUser.IsInnerCircle .InnerCircle}} {{end}}