From 80a3745fc84c033ef4f00c0539b865c0da54442f Mon Sep 17 00:00:00 2001 From: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> Date: Tue, 16 Jun 2020 03:45:17 +0200 Subject: [PATCH] Make repository size unclickable on repo summary bar (#11887) Co-authored-by: techknowlogick --- 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 cd000d4744..c8e447f9b5 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}}