summaryrefslogtreecommitdiff
path: root/app/views/users/calendar.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/calendar.html.haml')
-rw-r--r--app/views/users/calendar.html.haml4
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