summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-08-07 11:24:50 +0000
committerRémy Coutable <remy@rymai.me>2017-08-07 11:24:50 +0000
commit28299de189c4c1e9c900d68f98ecfac993cb0aed (patch)
tree4edbd22935b7162ee9213e7be7ad6e9cf6f5318a
parentc00c156ffb64ed6194996d137c2359e4669fcd91 (diff)
parentd8f99a1d660b8d4bd446d194307827c952c41ff8 (diff)
downloadgitlab-ce-28299de189c4c1e9c900d68f98ecfac993cb0aed.tar.gz
Merge branch 'fix-35786' into 'master'
Add a missing whitespace in "private forks you have no access to" Closes #35786 See merge request !13332
-rw-r--r--app/views/shared/projects/_list.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/projects/_list.html.haml b/app/views/shared/projects/_list.html.haml
index 7ed6c622558..c5134ea5e84 100644
--- a/app/views/shared/projects/_list.html.haml
+++ b/app/views/shared/projects/_list.html.haml
@@ -22,7 +22,7 @@
%li.project-row.private-forks-notice
= icon('lock fw', base: 'circle', class: 'fa-lg private-fork-icon')
%strong= pluralize(@private_forks_count, 'private fork')
- %span you have no access to.
+ %span &nbsp;you have no access to.
= paginate(projects, remote: remote, theme: "gitlab") if projects.respond_to? :total_pages
- else
.nothing-here-block No projects found