Commit 4e1eb08c authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'yo-master-patch-83745' into 'master'

Remove unwanted space in "Configure pages" card body

See merge request gitlab-org/gitlab!50946
parents 33c4c092 b0f083a5
......@@ -3,7 +3,7 @@
.card-header.bg-info.text-white
= s_('GitLabPages|Configure pages')
.card-body
%p
%p.gl-mb-0
- link_start = "<a href='#{help_page_path('user/project/pages/index.md')}' target='_blank' rel='noopener noreferrer'>".html_safe
- link_end = '</a>'.html_safe
= s_('GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}.').html_safe % { link_start: link_start,
......
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