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:
authorMehdi Lahmam <mehdi@lahmam.com>2017-08-06 22:49:14 +0300
committerMehdi Lahmam <mehdi@lahmam.com>2017-08-06 22:49:14 +0300
commitd8f99a1d660b8d4bd446d194307827c952c41ff8 (patch)
treeb351c430c18c4501dd3038fa97f7039a92d1625b /app
parent4b3011e1c20077470ce946d703d98259f88ef268 (diff)
Add a missing whitespace in "private forks you have no access to"
Fix #35786
Diffstat (limited to 'app')
-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