Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis Tang <dtang@gitlab.com>2019-03-05 02:21:13 +0300
committerDennis Tang <dtang@gitlab.com>2019-03-05 02:21:13 +0300
commitc0a97cf5ab65cffd60ebde53c0bd4deaeb5caeac (patch)
tree8c57b28083c2f87560b3cbc34e9677f96fda61ac /app/views/shared
parent7b4130d0f7390629d683e4365279ab5554bbcfc4 (diff)
Backport Kerberos clone URL to CE
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_mobile_clone_panel.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/_mobile_clone_panel.html.haml b/app/views/shared/_mobile_clone_panel.html.haml
index 6e2527bd1a1..1e6b6f7c79b 100644
--- a/app/views/shared/_mobile_clone_panel.html.haml
+++ b/app/views/shared/_mobile_clone_panel.html.haml
@@ -13,3 +13,4 @@
- if http_enabled?
%li
= dropdown_item_with_description(http_copy_label, project.http_url_to_repo, href: project.http_url_to_repo, data: { clone_type: 'http' })
+ = render_if_exists 'shared/mobile_kerberos_clone'