debian-mirror-gitlab/app/views/projects/pages/_use.html.haml
2018-11-20 20:47:30 +05:30

10 lines
377 B
Text

- unless @project.pages_deployed?
.card.border-info
.card-header.bg-info.text-white
Configure pages
.card-body
%p
Learn how to upload your static site and have it served by
GitLab by following the
= succeed '.' do
= link_to 'documentation on GitLab Pages', help_page_path('user/project/pages/index.md'), target: '_blank'