From 303e9eb5bfa528e5df3f8b3e76596b2d4401acf4 Mon Sep 17 00:00:00 2001 From: James Lopez Date: Mon, 22 Feb 2016 15:46:29 +0100 Subject: include contributions from forked projects on profile calendar --- app/controllers/users_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 6055b606086..626213c6728 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -57,7 +57,7 @@ class UsersController < ApplicationController def contributions_calendar @contributions_calendar ||= Gitlab::ContributionsCalendar. - new(contributed_projects.reject(&:forked?), @user) + new(contributed_projects, @user) end def load_events -- cgit v1.2.3