Commit 4ccdb779 authored by Yogi's avatar Yogi Committed by Yogi

Update clone panel

parent f03f8faf
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
%span.js-clone-dropdown-label %span.js-clone-dropdown-label
= enabled_protocol_button(container, enabled_protocol) = enabled_protocol_button(container, enabled_protocol)
- else - else
%a#clone-dropdown.input-group-text.btn.clone-dropdown-btn.qa-clone-dropdown{ href: '#', data: { toggle: 'dropdown' } } %a#clone-dropdown.input-group-text.btn.gl-button.btn-default.clone-dropdown-btn.qa-clone-dropdown{ href: '#', data: { toggle: 'dropdown' } }
%span.js-clone-dropdown-label %span.js-clone-dropdown-label
= default_clone_protocol.upcase = default_clone_protocol.upcase
= sprite_icon('chevron-down') = sprite_icon('chevron-down')
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
= http_clone_button(container) = http_clone_button(container)
= render_if_exists 'shared/kerberos_clone_button', container: container = render_if_exists 'shared/kerberos_clone_button', container: container
= text_field_tag :clone_url, default_url_to_repo(container), class: "js-select-on-focus form-control", readonly: true, aria: { label: _('Repository clone URL') } = text_field_tag :clone_url, default_url_to_repo(container), class: "js-select-on-focus form-control gl-form-input", readonly: true, aria: { label: _('Repository clone URL') }
.input-group-append .input-group-append
= clipboard_button(target: '#clone_url', title: _("Copy URL"), class: "input-group-text btn-default btn-clipboard") = clipboard_button(target: '#clone_url', title: _("Copy URL"), class: "input-group-text gl-button btn-default btn-clipboard")
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