Procházet zdrojové kódy

[Fix] Checkbox at RepoSettings Protected Branch (#8799)

* add missing "d"

* CI.redo()
tags/v1.11.0-rc1
6543 před 4 roky
rodič
revize
fe7a6d9bfc
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      templates/repo/settings/protected_branch.tmpl

+ 1
- 1
templates/repo/settings/protected_branch.tmpl Zobrazit soubor

@@ -132,7 +132,7 @@
{{range $.branch_status_check_contexts}}
<tr><td>
<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>
{{.}}
{{if $.is_context_required}}{{if call $.is_context_required .}}<div class="ui label right">Required</div>{{end}}{{end}}

Načítá se…
Zrušit
Uložit