summaryrefslogtreecommitdiff
path: root/app/views/projects/pages/_use.html.haml
blob: cd9177c0f9ea763238632a9dac3916427379cf55 (plain)
1
2
3
4
5
6
7
8
9
10
- unless @project.pages_deployed?
  .card.bg-info
    .card-header
      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'