Commit 979878f0 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'pages-reverse-tabnabbing' into 'master'

Fix reverse tabnabbing issue

See merge request gitlab-org/gitlab!71756
parents 6b1c0182 d133ec2b
......@@ -7,7 +7,7 @@
= _('GitLab Pages')
%p
- link_to_gitlab_pages = link_to(_('GitLab Pages'), gitlab_pages[:url], target: '_blank')
- link_to_gitlab_pages = link_to(_('GitLab Pages'), gitlab_pages[:url], target: '_blank', rel: 'noopener noreferrer')
= _('Below are the settings for %{link_to_gitlab_pages}.').html_safe % { link_to_gitlab_pages: link_to_gitlab_pages }
.table-responsive
%table
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment