summaryrefslogtreecommitdiff
path: root/app/views/projects/environments/new.html.haml
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-06-21 09:54:15 +0100
committerPhil Hughes <me@iamphill.com>2016-06-21 09:54:15 +0100
commitb5a718d1d793dd0dde38d598b5594d40873874cd (patch)
tree06bf71759d162fb25abdba8f08ac725778f14373 /app/views/projects/environments/new.html.haml
parenta8957458f76cf3049b75a24c4f91241fe5a50e29 (diff)
downloadgitlab-ce-b5a718d1d793dd0dde38d598b5594d40873874cd.tar.gz
Updated blank state for environments and deployments
Closes #18661
Diffstat (limited to 'app/views/projects/environments/new.html.haml')
-rw-r--r--app/views/projects/environments/new.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/projects/environments/new.html.haml b/app/views/projects/environments/new.html.haml
index 54465828ba9..da325efecd2 100644
--- a/app/views/projects/environments/new.html.haml
+++ b/app/views/projects/environments/new.html.haml
@@ -4,6 +4,9 @@
.col-lg-3
%h4.prepend-top-0
New Environment
- %p Environments allow you to track deployments of your application
+ %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'