debian-mirror-gitlab/app/views/projects/pages/_header.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
486 B
Text
Raw Normal View History

2023-07-09 08:55:56 +05:30
- @content_class = 'limit-container-width'
2022-08-27 11:52:29 +05:30
2023-07-09 08:55:56 +05:30
%h4.page-title
2022-08-27 11:52:29 +05:30
= s_('GitLabPages|Pages')
%p
- docs_link_start = "<a href='#{help_page_path('user/project/pages/index')}' 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}Learn more.%{link_end}').html_safe % { docs_link_start: docs_link_start, link_end: docs_link_end }