We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e483220 commit 48bd02eCopy full SHA for 48bd02e
templates/repo/settings/options.tmpl
@@ -348,7 +348,7 @@
348
{{.CsrfTokenHtml}}
349
<input type="hidden" name="action" value="signing">
350
<div class="field">
351
- <label>{{.i18n.Tr "repo.settings.trust_model"}}</label>
+ <label>{{.i18n.Tr "repo.settings.trust_model"}}</label><br>
352
353
<div class="ui radio checkbox">
354
<input type="radio" id="trust_model_default" name="trust_model" {{if eq .Repository.TrustModel.String "default"}}checked="checked"{{end}} value="default">
0 commit comments