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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-06-21 12:05:25 +0300
committerJose <jvargas@gitlab.com>2018-06-27 07:06:25 +0300
commit55943872f43798b58009c4248d993cc8cb8d34cc (patch)
tree626c2e14592a7dcb8853e0a8ad5debdfdf374d5d /app/views/projects/environments
parent3c49bcb602a38364d0034bfe927097bedbca986c (diff)
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)