12 lines
338 B
Text
12 lines
338 B
Text
- 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'
|