summaryrefslogtreecommitdiff
path: root/app/views/projects/pages/_use.html.haml
blob: 988dabef3a08126f6ca03ca2c07c99547ca54f7c (plain)
1
2
3
4
5
6
7
8
9
10
- 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'