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