Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_header.html.haml « pages « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c34034ccafc7af73272af91ad0754ddc17aae25f (plain)
1
2
3
4
5
6
7
8
- @content_class = 'limit-container-width'

%h4.page-title
  = 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 }