diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index af88080c70b..94d68077776 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -15,11 +15,9 @@
{{FileSize .Repository.Size}} - {{if .ActualSizeLimit}} - {{if .EnableSizeLimit}} + {{if and .ActualSizeLimit .EnableSizeLimit}} /{{FileSize .ActualSizeLimit}} {{end}} - {{end}}