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