diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2016-09-13 21:43:25 -0500 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2016-09-16 14:38:59 -0500 |
commit | a147b43dcce7da64512efed392041c37ef45851c (patch) | |
tree | 65bc121dbcc8e5c7fe3d3add1dbbcbc00859a407 /app/views/users | |
parent | 1c2aa4f879bdcbfca6c2dd5e52ec486f9995801b (diff) | |
download | gitlab-ce-a147b43dcce7da64512efed392041c37ef45851c.tar.gz |
Replace contributions calendar timezone payload with dates
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/calendar.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/calendar.html.haml b/app/views/users/calendar.html.haml index 77f2ddefb1e..09ff8a76d27 100644 --- a/app/views/users/calendar.html.haml +++ b/app/views/users/calendar.html.haml @@ -4,6 +4,6 @@ Summary of issues, merge requests, and push events :javascript new Calendar( - #{@timestamps.to_json}, + #{@activity_dates.to_json}, '#{user_calendar_activities_path}' - ); + );
\ No newline at end of file |