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

11 lines
377 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
2017-08-17 22:00:37 +05:30
Configure pages
2018-11-08 19:23:39 +05:30
.card-body
2017-08-17 22:00:37 +05:30
%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'