Commit 5fb1de48 authored by Phil Hughes's avatar Phil Hughes

Merge branch '12534-clusters' into 'master'

Backports css class used in EE specs

Closes gitlab-ee#12534

See merge request gitlab-org/gitlab-ce!30258
parents bd279ec0 00adf242
= 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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment