Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_use.html.haml « pages « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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'