summaryrefslogtreecommitdiff
path: root/app/views/projects/pages/_use.html.haml
blob: 9db46f0b1fca66e27fe001c49557484bce3af1dc (plain)
1
2
3
4
5
6
7
8
- 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 #{link_to "documentation on GitLab Pages", "http://doc.gitlab.com/ee/pages/README.html", target: :blank}.