Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/repositories')
-rw-r--r--app/views/projects/repositories/stats.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/repositories/stats.html.haml b/app/views/projects/repositories/stats.html.haml
index fd353978572..70db27d6444 100644
--- a/app/views/projects/repositories/stats.html.haml
+++ b/app/views/projects/repositories/stats.html.haml
@@ -5,7 +5,7 @@
%hr
%p
%b Total commits:
- %span= @stats.commits_count
+ %span= @repository.commit_count
%p
%b Total files in #{@repository.root_ref}:
%span= @stats.files_count