From f399cd326ba06d74ab4235d2d14e50f6940aed69 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Tue, 16 Jun 2020 17:27:20 +0200 Subject: [PATCH] UI: Fix wrong closing tag (#11910) * rm wrong closing tag * Update templates/repo/sub_menu.tmpl Co-authored-by: John Olheiser Co-authored-by: John Olheiser --- templates/repo/sub_menu.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/sub_menu.tmpl b/templates/repo/sub_menu.tmpl index c8e447f9b5..00bb4a54f8 100644 --- a/templates/repo/sub_menu.tmpl +++ b/templates/repo/sub_menu.tmpl @@ -11,7 +11,7 @@ {{svg "octicon-git-branch" 16}} {{.BranchesCount}} {{.i18n.Tr (TrN .i18n.Lang .BranchesCount "repo.branch" "repo.branches") }}
- {{svg "octicon-database" 16}} {{SizeFmt .Repository.Size}} + {{svg "octicon-database" 16}} {{SizeFmt .Repository.Size}}
{{end}}