summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehdi Lahmam <mehdi@lahmam.com>2017-08-06 21:49:14 +0200
committerMehdi Lahmam <mehdi@lahmam.com>2017-08-06 21:49:14 +0200
commitd8f99a1d660b8d4bd446d194307827c952c41ff8 (patch)
treeb351c430c18c4501dd3038fa97f7039a92d1625b
parent4b3011e1c20077470ce946d703d98259f88ef268 (diff)
downloadgitlab-ce-d8f99a1d660b8d4bd446d194307827c952c41ff8.tar.gz
Add a missing whitespace in "private forks you have no access to"
Fix #35786
-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