Skip to content

Commit 521d277

Browse files
authored
Update templates/repo/settings/options.tmpl
Signed-off-by: silverwind <me@silverwind.io>
1 parent 4c5967c commit 521d277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/settings/options.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
{{end}}
2929
</span>
3030
</div>
31-
<div class="field {{if .Err_RepoSizeLimit}}error{{end}}" {{if not .IsAdmin}}style="display:none;"{{end}}>
31+
<div class="field {{if .Err_RepoSizeLimit}}error{{end}} {{if not .IsAdmin}}tw-hidden{{end}}">
3232
<label for="repo_size_limit">{{ctx.Locale.Tr "repo.repo_size_limit"}}</label>
3333
<input id="repo_size_limit" name="repo_size_limit"
3434
{{if and (eq .RepoSizeLimit -1) (eq .LFSSizeLimit -1)}}class="ui text light grey"{{end}}

0 commit comments

Comments
 (0)