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:
commit
28299de189
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue