Commit bc2c1b48 authored by Scott Hampton's avatar Scott Hampton

Merge branch 'codiini-master-patch-00413' into 'master'

Update button styles in _details.html.haml

See merge request gitlab-org/gitlab!47094
parents 09402120 ad2151c2
......@@ -4,7 +4,7 @@
%section.settings.no-animate{ class: ('expanded' if expanded) }
.settings-header
%h4= s_('ClusterIntegration|Provider details')
%button.btn.js-settings-toggle{ type: 'button' }
%button.btn.gl-button.js-settings-toggle{ type: 'button' }
= expanded ? _('Collapse') : _('Expand')
%p= s_('ClusterIntegration|See and edit the details for your Kubernetes cluster')
.settings-content
......
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