Commit 3c3a149d authored by Clement Ho's avatar Clement Ho

Fix conflict in app/views/projects/clusters/gcp/_show.html.haml

parent 8995f3ec
......@@ -29,11 +29,7 @@
.input-group
= platform_kubernetes_field.text_field :token, class: 'form-control js-cluster-token js-select-on-focus', type: 'password', placeholder: s_('ClusterIntegration|Token'), readonly: true
%span.input-group-append
<<<<<<< HEAD
%button.btn.btn-default.js-show-cluster-token{ type: 'button' }
=======
%button.btn.btn-default.input-group-text.js-show-cluster-token{ type: 'button' }
>>>>>>> gitlab-ce/master
= s_('ClusterIntegration|Show')
= clipboard_button(text: @cluster.platform_kubernetes.token, title: s_('ClusterIntegration|Copy Token'), class: 'btn-default')
......
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