Commit 80d5a92a authored by yo's avatar yo Committed by Yogi

Add gl-button for form input

parent 257f46dc
.js-git-clone-holder.input-group .js-git-clone-holder.input-group.btn-group
.input-group-prepend .input-group-prepend
- if allowed_protocols_present? - if allowed_protocols_present?
.input-group-text.clone-dropdown-btn.btn .input-group-text.clone-dropdown-btn.btn
...@@ -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 gl-form-input", readonly: true, aria: { label: _('Repository clone URL') } = text_field_tag :clone_url, default_url_to_repo(container), class: "js-select-on-focus btn gl-button", 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 gl-button 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