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:
authorClement Ho <ClemMakesApps@gmail.com>2016-09-14 05:43:25 +0300
committerClement Ho <ClemMakesApps@gmail.com>2016-09-16 22:38:59 +0300
commita147b43dcce7da64512efed392041c37ef45851c (patch)
tree65bc121dbcc8e5c7fe3d3add1dbbcbc00859a407 /app/views/users
parent1c2aa4f879bdcbfca6c2dd5e52ec486f9995801b (diff)
Replace contributions calendar timezone payload with dates
Diffstat (limited to 'app/views/users')
-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