Add whiteline after label on Signing Verification Settings (#14042)
This commit is contained in:
parent
e483220ea3
commit
48bd02e753
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@
|
|||
{{.CsrfTokenHtml}}
|
||||
<input type="hidden" name="action" value="signing">
|
||||
<div class="field">
|
||||
<label>{{.i18n.Tr "repo.settings.trust_model"}}</label>
|
||||
<label>{{.i18n.Tr "repo.settings.trust_model"}}</label><br>
|
||||
<div class="field">
|
||||
<div class="ui radio checkbox">
|
||||
<input type="radio" id="trust_model_default" name="trust_model" {{if eq .Repository.TrustModel.String "default"}}checked="checked"{{end}} value="default">
|
||||
|
|
Reference in a new issue