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:
Diffstat (limited to 'app/views/projects/_clusters_deprecation_alert.html.haml')
-rw-r--r--app/views/projects/_clusters_deprecation_alert.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/projects/_clusters_deprecation_alert.html.haml b/app/views/projects/_clusters_deprecation_alert.html.haml
new file mode 100644
index 00000000000..67e65b0e81b
--- /dev/null
+++ b/app/views/projects/_clusters_deprecation_alert.html.haml
@@ -0,0 +1,2 @@
+- if show_clusters_alert?(@project)
+ .js-clusters-deprecation-alert{ data: { message: clusters_deprecation_alert_message } }