We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5967c commit 521d277Copy full SHA for 521d277
templates/repo/settings/options.tmpl
@@ -28,7 +28,7 @@
28
{{end}}
29
</span>
30
</div>
31
- <div class="field {{if .Err_RepoSizeLimit}}error{{end}}" {{if not .IsAdmin}}style="display:none;"{{end}}>
+ <div class="field {{if .Err_RepoSizeLimit}}error{{end}} {{if not .IsAdmin}}tw-hidden{{end}}">
32
<label for="repo_size_limit">{{ctx.Locale.Tr "repo.repo_size_limit"}}</label>
33
<input id="repo_size_limit" name="repo_size_limit"
34
{{if and (eq .RepoSizeLimit -1) (eq .LFSSizeLimit -1)}}class="ui text light grey"{{end}}
0 commit comments