summaryrefslogtreecommitdiff
path: root/app/views/groups/dependency_proxies/_url.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/dependency_proxies/_url.html.haml')
-rw-r--r--app/views/groups/dependency_proxies/_url.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/dependency_proxies/_url.html.haml b/app/views/groups/dependency_proxies/_url.html.haml
index 25a2442f4d4..785ad8f94fd 100644
--- a/app/views/groups/dependency_proxies/_url.html.haml
+++ b/app/views/groups/dependency_proxies/_url.html.haml
@@ -1,4 +1,4 @@
-- proxy_url = "#{group_url(@group)}#{DependencyProxy::URL_SUFFIX}"
+- proxy_url = group_dependency_proxy_url(@group)
%h5.prepend-top-20= _('Dependency proxy URL')