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

11 lines
568 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- unless @project.pages_deployed?
2018-11-20 20:47:30 +05:30
.card.border-info
.card-header.bg-info.text-white
2019-12-21 20:55:43 +05:30
= s_('GitLabPages|Configure pages')
2018-11-08 19:23:39 +05:30
.card-body
2017-08-17 22:00:37 +05:30
%p
2019-12-21 20:55:43 +05:30
- 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,
link_end: link_end }