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:
Diffstat (limited to 'app/views/users/calendar.html.haml')
-rw-r--r--app/views/users/calendar.html.haml7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/users/calendar.html.haml b/app/views/users/calendar.html.haml
index 57b8845c55d..137664c2cef 100644
--- a/app/views/users/calendar.html.haml
+++ b/app/views/users/calendar.html.haml
@@ -1,9 +1,4 @@
-.clearfix.calendar
+.clearfix.calendar{ data: { dates: @activity_dates.to_json, path: user_calendar_activities_path } }
.js-contrib-calendar
.calendar-hint
Summary of issues, merge requests, push events, and comments
-:javascript
- new Calendar(
- #{@activity_dates.to_json},
- '#{user_calendar_activities_path}'
- );