From ea75f01ba2e8ba97d3ca101db3a844c76c49d737 Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Wed, 19 Feb 2020 17:25:50 +0800 Subject: admin: show all version in dashboard And removed version info from footer. --- internal/context/context.go | 1 - 1 file changed, 1 deletion(-) (limited to 'internal/context') diff --git a/internal/context/context.go b/internal/context/context.go index 49213177..95c3ce10 100644 --- a/internal/context/context.go +++ b/internal/context/context.go @@ -325,7 +325,6 @@ func Contexter() macaron.Handler { c.Data["ShowRegistrationButton"] = setting.Service.ShowRegistrationButton c.Data["ShowFooterBranding"] = setting.ShowFooterBranding - c.Data["ShowFooterVersion"] = setting.ShowFooterVersion c.renderNoticeBanner() -- cgit v1.2.3