diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-19 17:25:50 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-19 17:32:56 +0800 |
commit | ea75f01ba2e8ba97d3ca101db3a844c76c49d737 (patch) | |
tree | 5a724201264c73339d3c0813db25776220d0e8d9 /internal/context | |
parent | 3a2b2de8141b5843892e64f9c165c1d7afb3724a (diff) |
admin: show all version in dashboard
And removed version info from footer.
Diffstat (limited to 'internal/context')
-rw-r--r-- | internal/context/context.go | 1 |
1 files changed, 0 insertions, 1 deletions
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() |