We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27a3af commit 802f1bdCopy full SHA for 802f1bd
templates/repo/pulls/fork.tmpl
@@ -45,8 +45,8 @@
45
</div>
46
<div class="inline field">
47
<label>{{.locale.Tr "repo.visibility"}}</label>
48
- <div class="ui read-only checkbox">
49
- <input type="checkbox" {{if .IsPrivate}}checked{{end}}>
+ <div class="ui disabled checkbox">
+ <input type="checkbox" disabled {{if .IsPrivate}}checked{{end}}>
50
<label>{{.locale.Tr "repo.visibility_helper" | Safe}}</label>
51
52
<span class="help">{{.locale.Tr "repo.fork_visibility_helper"}}</span>
0 commit comments