From 0231760b60b261921f50a0a38dca241c114680d4 Mon Sep 17 00:00:00 2001 From: truecode112 Date: Mon, 15 May 2023 11:41:02 +0300 Subject: [PATCH] All done for Global Repo Size Option --- templates/repo/settings/options.tmpl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index 0a8232f58bd..df028f30483 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -15,15 +15,17 @@
{{FileSize .Repository.Size}} - {{if and .Repository.SizeLimit .EnableSizeLimit}} + {{if .ActualSizeLimit }} + {{if .EnableSizeLimit }} /{{FileSize .ActualSizeLimit}} + {{end }} {{end}}