diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-21 12:09:07 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-11-21 12:09:07 +0000 |
commit | fbc1f4ffc29ae99f438b07872c3c00fbe7651caa (patch) | |
tree | 8d82cc8f4037880ebd6fedee1952b48784a634ee /app/views/admin | |
parent | ff2606426b46aa3c5ea9fb18a6d0ce7c38aed183 (diff) | |
download | gitlab-ce-fbc1f4ffc29ae99f438b07872c3c00fbe7651caa.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/application_settings/_spam.html.haml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/admin/application_settings/_spam.html.haml b/app/views/admin/application_settings/_spam.html.haml index bb512940be2..a3ae2961159 100644 --- a/app/views/admin/application_settings/_spam.html.haml +++ b/app/views/admin/application_settings/_spam.html.haml @@ -50,8 +50,7 @@ = f.label :akismet_api_key, _('Akismet API Key'), class: 'label-bold' = f.text_field :akismet_api_key, class: 'form-control gl-form-input' .form-text.text-muted - Generate API key at - %a{ href: 'http://www.akismet.com', target: 'blank', rel: 'noopener noreferrer' } http://www.akismet.com + = _("Generate API key at %{site}").html_safe % { site: link_to('http://www.akismet.com', 'http://www.akismet.com', target: 'blank', ref: 'noopener noreferrer') } %h5 = _('IP address restrictions') |