From 9a53969a7d0d289e1c92bb31c576663e10ce79b0 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Thu, 23 Jan 2020 17:16:11 -0500 Subject: templates/repo/header: Fix context In repository context --- templates/repo/header.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/repo/header.tmpl') diff --git a/templates/repo/header.tmpl b/templates/repo/header.tmpl index f79a538..49a2d28 100644 --- a/templates/repo/header.tmpl +++ b/templates/repo/header.tmpl @@ -50,7 +50,7 @@
- {{if .DescriptionHTML}}{{.DescriptionHTML}}{{else if .IsRepositoryAdmin}}{{.i18n.Tr "repo.no_desc"}}{{end}} + {{if .DescriptionHTML}}{{.DescriptionHTML}}{{else if $.IsRepositoryAdmin}}{{$.i18n.Tr "repo.no_desc"}}{{end}} {{.Website}}
-- cgit v1.2.3