lint error fixed.

This commit is contained in:
truecode112
2023-05-16 11:15:54 +03:00
parent c55ccfdb48
commit 9e5f2fd4e3
5 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
</div>
<div class="field {{if .Err_RepoSizeLimit}}error{{end}}" {{if not .IsAdmin}}style="display:none;"{{end}}>
<label for="repo_size_limit">{{.locale.Tr "repo.repo_size_limit"}}</label>
<input id="repo_size_limit" name="repo_size_limit"
<input id="repo_size_limit" name="repo_size_limit"
{{if not .EnableSizeLimit}}class="ui text light grey"{{end}}
type="number" value="{{.Repository.SizeLimit}}" data-repo-size-limit="{{.Repository.SizeLimit}}">
</div>