From 86eae7b2e09fdf52f63adf1ef134b2b0016b8f34 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sat, 17 Aug 2019 11:14:51 +0200 Subject: Fix public/private/internal fork counts --- app/views/projects/forks/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/forks') diff --git a/app/views/projects/forks/index.html.haml b/app/views/projects/forks/index.html.haml index 0397a7034c7..3b6e19c5058 100644 --- a/app/views/projects/forks/index.html.haml +++ b/app/views/projects/forks/index.html.haml @@ -1,6 +1,6 @@ .top-area .nav-text - - full_count_title = "#{@public_forks_count} public and #{@private_forks_count} private" + - full_count_title = "#{@public_forks_count} public, #{@internal_forks_count} internal and #{@private_forks_count} private" #{pluralize(@total_forks_count, 'fork')}: #{full_count_title} .nav-controls -- cgit v1.2.1