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
path: root/app
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-04-24 18:54:59 +0300
committerRémy Coutable <remy@rymai.me>2018-04-24 18:54:59 +0300
commit1aa11de13e322a9ec73fa1d7472735b25caeb71c (patch)
tree8bda38528c5dbb8cbec23fe28e5b928873cd47e7 /app
parent878ad484cd489d09df6a7944ebe0099ee38e46c7 (diff)
parent52dfdcf755409081d46bd91e6c012aece0006e1a (diff)
Merge branch 'patch-29' into 'master'
Broken link fix See merge request gitlab-org/gitlab-ce!18564
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/registry/repositories/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/registry/repositories/index.html.haml b/app/views/projects/registry/repositories/index.html.haml
index 2c80f7c3fa3..76f57320f99 100644
--- a/app/views/projects/registry/repositories/index.html.haml
+++ b/app/views/projects/registry/repositories/index.html.haml
@@ -29,7 +29,7 @@
docker login #{Gitlab.config.registry.host_port}
%br
%p
- - deploy_token = link_to(_('deploy token'), help_page_path('user/projects/deploy_tokens/index', anchor: 'read-container-registry-images'), target: '_blank')
+ - deploy_token = link_to(_('deploy token'), help_page_path('user/project/deploy_tokens/index', anchor: 'read-container-registry-images'), target: '_blank')
= s_('ContainerRegistry|You can also %{deploy_token} for read-only access to the registry images.').html_safe % { deploy_token: deploy_token }
%br
%p