From a147b43dcce7da64512efed392041c37ef45851c Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Tue, 13 Sep 2016 21:43:25 -0500 Subject: Replace contributions calendar timezone payload with dates --- app/controllers/users_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/users_controller.rb') diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index a99632454d9..a4bedb3bfe6 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -73,7 +73,7 @@ class UsersController < ApplicationController def calendar calendar = contributions_calendar - @timestamps = calendar.timestamps + @activity_dates = calendar.activity_dates render 'calendar', layout: false end -- cgit v1.2.1