summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-01-05 00:02:26 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-01-05 00:02:26 +0100
commit1859dc867092c1ba31335cf67047c9b6141466b0 (patch)
treedb7f090040422e4077781e7efe9877a8708eae46
parentab7382f90a8a59d1dcd4445eadb0a3adb0eda7c4 (diff)
downloadgitlab-ce-refactor-cluster-show-page-conservative.tar.gz
Add back bottom margins for integration formrefactor-cluster-show-page-conservative
-rw-r--r--app/views/projects/clusters/_integration_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/clusters/_integration_form.html.haml b/app/views/projects/clusters/_integration_form.html.haml
index 1eac2c9dc1f..9d593ffc021 100644
--- a/app/views/projects/clusters/_integration_form.html.haml
+++ b/app/views/projects/clusters/_integration_form.html.haml
@@ -1,6 +1,6 @@
= form_for @cluster, url: namespace_project_cluster_path(@project.namespace, @project, @cluster), as: :cluster do |field|
= form_errors(@cluster)
- .form-group
+ .form-group.append-bottom-20
%h5= s_('ClusterIntegration|Integration status')
%p
- if @cluster.enabled?
@@ -10,7 +10,7 @@
= s_('ClusterIntegration|Cluster integration is enabled for this project.')
- else
= s_('ClusterIntegration|Cluster integration is disabled for this project.')
- %label
+ %label.append-bottom-10
= field.hidden_field :enabled, { class: 'js-toggle-input'}
%button{ type: 'button',