summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lbennett@gitlab.com>2019-05-14 12:48:02 +0100
committerLuke Bennett <lbennett@gitlab.com>2019-05-14 14:10:07 +0100
commite4f5bc8c6e7a587aacd9c38e058c1b9674e21511 (patch)
tree2bb68454858205cc8b2ed30aef36def7b5be8648
parentb02fca968445e0828fc76bec689ab3d4f3755e07 (diff)
downloadgitlab-ce-clone-panel-scb.tar.gz
Resolve CE/EE diffs in _clone_panelclone-panel-scb
Part of single codebase changes.
-rw-r--r--app/views/shared/_clone_panel.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/shared/_clone_panel.html.haml b/app/views/shared/_clone_panel.html.haml
index a2df0347fd6..1e509ea0d1f 100644
--- a/app/views/shared/_clone_panel.html.haml
+++ b/app/views/shared/_clone_panel.html.haml
@@ -16,7 +16,12 @@
= ssh_clone_button(project)
%li
= 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' }
.input-group-append
= 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