summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/environments/new.html.haml')
-rw-r--r--app/views/projects/environments/new.html.haml14
1 files changed, 4 insertions, 10 deletions
diff --git a/app/views/projects/environments/new.html.haml b/app/views/projects/environments/new.html.haml
index 89e06567196..e51667ade2d 100644
--- a/app/views/projects/environments/new.html.haml
+++ b/app/views/projects/environments/new.html.haml
@@ -1,12 +1,6 @@
- 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'
+%h3.page-title
+ New environment
+%hr
+= render 'form'