diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-12-18 11:27:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 11:27:42 +0100 |
commit | 48bd02e753bf4bfe2d743ffed8ec05182f284ad0 (patch) | |
tree | a3f3061b48fb4aebf1f6d0fbe2a74b9fe946fafb | |
parent | e483220ea3c54137cec543842261f99c4696129a (diff) | |
download | gitea-48bd02e753bf4bfe2d743ffed8ec05182f284ad0.tar.gz gitea-48bd02e753bf4bfe2d743ffed8ec05182f284ad0.zip |
Add whiteline after label on Signing Verification Settings (#14042)
-rw-r--r-- | templates/repo/settings/options.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl index 0894ecbec2..e85451ac39 100644 --- a/templates/repo/settings/options.tmpl +++ b/templates/repo/settings/options.tmpl @@ -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"> |