Skip to content

Commit

Permalink
changing selector from "read-only" to "disabled"
Browse files Browse the repository at this point in the history
  • Loading branch information
saegl5 committed Jun 29, 2023
1 parent 97676b0 commit bcc11c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/pulls/fork.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</div>
<div class="inline field">
<label>{{.locale.Tr "repo.visibility"}}</label>
<div class="ui read-only checkbox">
<div class="ui disabled checkbox">
<input type="checkbox" disabled {{if .IsPrivate}}checked{{end}}>
<label>{{.locale.Tr "repo.visibility_helper" | Safe}}</label>
</div>
Expand Down

0 comments on commit bcc11c9

Please sign in to comment.