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
path: root/app
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-07-02 13:43:13 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-07-02 13:43:13 +0300
commit00adf2428de8a8e1c05e4707ccd17f239803507e (patch)
tree2e2b1d2b26ccf36308edc63a90ad2dc30992a37c /app
parent29b8830bf8ab7cfe37bc0f41066400509fff519f (diff)
Backports css class used in EE specs
Diffstat (limited to 'app')
-rw-r--r--app/views/clusters/clusters/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/clusters/clusters/_form.html.haml b/app/views/clusters/clusters/_form.html.haml
index 455322b2089..3d0266a2d5b 100644
--- a/app/views/clusters/clusters/_form.html.haml
+++ b/app/views/clusters/clusters/_form.html.haml
@@ -1,4 +1,4 @@
-= form_for @cluster, url: clusterable.cluster_path(@cluster), as: :cluster do |field|
+= form_for @cluster, url: clusterable.cluster_path(@cluster), as: :cluster, html: { class: 'cluster_integration_form' } do |field|
= form_errors(@cluster)
.form-group
%h5= s_('ClusterIntegration|Integration status')