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

new.html.haml « environments « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89e06567196efa9c39ddc8922d5f265cce708724 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- page_title 'New Environment'

.row.prepend-top-default.append-bottom-default
  .col-lg-3
    %h4.prepend-top-0
      New Environment
    %p
      Environments allow you to track deployments of your application
      = succeed "." do
        = link_to "Read more about environments", help_page_path("ci/environments")

  = render 'form'