Commit bd652b6d authored by Phil Hughes's avatar Phil Hughes

Merge branch 'clone-panel-scb' into 'master'

Resolve CE/EE diffs in _clone_panel

See merge request gitlab-org/gitlab-ce!28309
parents 8bd1f37c e4f5bc8c
...@@ -16,7 +16,12 @@ ...@@ -16,7 +16,12 @@
= ssh_clone_button(project) = ssh_clone_button(project)
%li %li
= http_clone_button(project) = http_clone_button(project)
= render_if_exists 'shared/kerberos_clone_button', project: project
= text_field_tag :project_clone, default_url_to_repo(project), class: "js-select-on-focus form-control", readonly: true, aria: { label: 'Project clone URL' } = text_field_tag :project_clone, default_url_to_repo(project), class: "js-select-on-focus form-control", readonly: true, aria: { label: 'Project clone URL' }
.input-group-append .input-group-append
= clipboard_button(target: '#project_clone', title: _("Copy URL to clipboard"), class: "input-group-text btn-default btn-clipboard") = clipboard_button(target: '#project_clone', title: _("Copy URL to clipboard"), class: "input-group-text btn-default btn-clipboard")
= render_if_exists 'shared/geo_modal_button'
= render_if_exists 'shared/geo_modal', project: project
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