add missing "d" (#8801)
This commit is contained in:
parent
2236375d66
commit
b040a87665
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
||||||
{{range $.branch_status_check_contexts}}
|
{{range $.branch_status_check_contexts}}
|
||||||
<tr><td>
|
<tr><td>
|
||||||
<span class="ui checkbox">
|
<span class="ui checkbox">
|
||||||
<input class="enable-whitelist" name="status_check_contexts" value="{{.}}" type="checkbox" {{if $.is_context_require}}{{if call $.is_context_required .}}checked{{end}}{{end}}>
|
<input class="enable-whitelist" name="status_check_contexts" value="{{.}}" type="checkbox" {{if $.is_context_required}}{{if call $.is_context_required .}}checked{{end}}{{end}}>
|
||||||
</span>
|
</span>
|
||||||
{{.}}
|
{{.}}
|
||||||
{{if $.is_context_required}}{{if call $.is_context_required .}}<div class="ui label right">Required</div>{{end}}{{end}}
|
{{if $.is_context_required}}{{if call $.is_context_required .}}<div class="ui label right">Required</div>{{end}}{{end}}
|
||||||
|
|
Reference in a new issue