Merge branch 'fix-35786' into 'master'

Add a missing whitespace in "private forks you have no access to"

Closes #35786

See merge request !13332
This commit is contained in:
Rémy Coutable 2017-08-07 11:24:50 +00:00
commit 28299de189

View file

@ -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  you have no access to.
= paginate(projects, remote: remote, theme: "gitlab") if projects.respond_to? :total_pages
- else
.nothing-here-block No projects found