summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-10-19 11:01:44 +0000
committerSean McGivern <sean@mcgivern.me.uk>2018-10-19 11:01:44 +0000
commitffc505d2170fff93607e37f3a634984b90549436 (patch)
tree62c9cd0a044b226dae32fcb9ad61cfb5bba8ee07 /app/views
parente2b8337f12a45219548c37287e3929e751e4704d (diff)
parentf3fba178b931cd2ba67f81ee667893cb84e7d42f (diff)
downloadgitlab-ce-ffc505d2170fff93607e37f3a634984b90549436.tar.gz
Merge branch 'bvl-remove-forked-project-link' into 'master'
Remove ForkedProjectLink model Closes #38883 See merge request gitlab-org/gitlab-ce!22226
Diffstat (limited to 'app/views')
-rw-r--r--app/views/admin/dashboard/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml
index 85c04f8a01d..7ac79cc77f5 100644
--- a/app/views/admin/dashboard/index.html.haml
+++ b/app/views/admin/dashboard/index.html.haml
@@ -42,7 +42,7 @@
%p
Forks
%span.light.float-right
- = approximate_count_with_delimiters(@counts, ForkedProjectLink)
+ = approximate_fork_count_with_delimiters(@counts)
%p
Issues
%span.light.float-right