summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_gitlab_integration_form.html.haml
blob: 87af74a398fd42c51e7e9e8c1ce78fa3a097a4c4 (plain)
1
2
3
= form_for @cluster, url: clusterable.cluster_path(@cluster), as: :cluster, html: { class: 'js-cluster-integration-form' } do |field|
  = form_errors(@cluster)
  #js-cluster-integration-form{ data: js_cluster_form_data(@cluster, can?(current_user, :update_cluster, @cluster)) }