diff options
author | Stan Hu <stanhu@gmail.com> | 2019-09-10 05:25:06 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2019-09-10 05:25:06 +0000 |
commit | 934d4925d85f22c67e7ad57f607e8fe430a9ea92 (patch) | |
tree | d7a1e824a9a9213da718a8f82d6aa8748e95d335 /app | |
parent | a2c17ce1b3498bdb682482355dc7bc5cb347fea5 (diff) | |
download | gitlab-ce-934d4925d85f22c67e7ad57f607e8fe430a9ea92.tar.gz |
Apply suggestion to app/views/projects/forks/index.html.haml
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/forks/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/forks/index.html.haml b/app/views/projects/forks/index.html.haml index 3b6e19c5058..8384561891a 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, #{@internal_forks_count} internal 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 |