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:
authorFilipa Lacerda <filipa@gitlab.com>2017-09-22 13:46:55 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-09-22 14:14:59 +0300
commitd0e5bafa305b7bb481cb3fe527bbbc0f5b09ade3 (patch)
tree6021d373889a389afd4e4d3a4d14820e8053ca97 /app/views/projects/registry
parent07b0d933b523b22464c72e0dd85bc413f455b72f (diff)
Adds pagination
Adds specs
Diffstat (limited to 'app/views/projects/registry')
-rw-r--r--app/views/projects/registry/repositories/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/registry/repositories/index.html.haml b/app/views/projects/registry/repositories/index.html.haml
index 9bf5eb03cb0..ca78ecf1226 100644
--- a/app/views/projects/registry/repositories/index.html.haml
+++ b/app/views/projects/registry/repositories/index.html.haml
@@ -18,7 +18,7 @@
= _('How to use the Container Registry')
.panel-body
%p
- = _('First log in to GitLab&rsquo;s Container Registry using your GitLab username and password. If you have')
+ = _('First log in to GitLab&rsquo;s Container Registry using your GitLab username and password. If you have').html_safe
= link_to _('2FA enabled'), help_page_path('user/profile/account/two_factor_authentication'), target: '_blank'
= _('you need to use a')
= succeed ':' do
@@ -27,7 +27,7 @@
docker login #{Gitlab.config.registry.host_port}
%br
%p
- = _('Once you log in, you&rsquo;re free to create and upload a container image using the common')
+ = _('Once you log in, you&rsquo;re free to create and upload a container image using the common').html_safe
%code
= _('build')
= _('and')