Skip to content

Commit fe7a6d9

Browse files
6543zeripath
authored andcommitted
[Fix] Checkbox at RepoSettings Protected Branch (#8799)
* add missing "d" * CI.redo()
1 parent 61a3eae commit fe7a6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/settings/protected_branch.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
{{range $.branch_status_check_contexts}}
133133
<tr><td>
134134
<span class="ui checkbox">
135-
<input class="enable-whitelist" name="status_check_contexts" value="{{.}}" type="checkbox" {{if $.is_context_require}}{{if call $.is_context_required .}}checked{{end}}{{end}}>
135+
<input class="enable-whitelist" name="status_check_contexts" value="{{.}}" type="checkbox" {{if $.is_context_required}}{{if call $.is_context_required .}}checked{{end}}{{end}}>
136136
</span>
137137
{{.}}
138138
{{if $.is_context_required}}{{if call $.is_context_required .}}<div class="ui label right">Required</div>{{end}}{{end}}

0 commit comments

Comments
 (0)