gitlab-ce/app/views/projects/pages/_header.html.haml

6 lines
534 B
Plaintext

= render ::Layouts::PageHeadingComponent.new(s_('GitLabPages|Pages')) do |c|
- c.with_description do
- docs_link_start = "<a href='#{help_page_path('user/project/pages/_index.md')}' target='_blank' rel='noopener noreferrer'>".html_safe
- docs_link_end = '</a>'.html_safe
= s_('GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}How do I publish my site with Pages?%{link_end}').html_safe % { docs_link_start: docs_link_start, link_end: docs_link_end }