summaryrefslogtreecommitdiff
path: root/app/views/projects/environments
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-06-21 10:05:25 +0100
committerJose <jvargas@gitlab.com>2018-06-26 23:06:25 -0500
commit55943872f43798b58009c4248d993cc8cb8d34cc (patch)
tree626c2e14592a7dcb8853e0a8ad5debdfdf374d5d /app/views/projects/environments
parent3c49bcb602a38364d0034bfe927097bedbca986c (diff)
downloadgitlab-ce-55943872f43798b58009c4248d993cc8cb8d34cc.tar.gz
Adds empty environments page
Diffstat (limited to 'app/views/projects/environments')
-rw-r--r--app/views/projects/environments/empty.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/projects/environments/empty.html.haml b/app/views/projects/environments/empty.html.haml
new file mode 100644
index 00000000000..fc97afc1eab
--- /dev/null
+++ b/app/views/projects/environments/empty.html.haml
@@ -0,0 +1,6 @@
+- page_title "Metrics"
+
+%h1
+ No environments were found
+
+= link_to "New Environment", new_project_environment_path(@project)