blob: 6228245d8d0fc0f368bbca728e211392f82d67ae (
plain)
1
2
3
4
5
6
7
8
9
|
.clearfix.calendar
.js-contrib-calendar
.calendar-hint
Summary of issues, merge requests, and push events
:javascript
new Calendar(
#{@activity_dates.to_json},
'#{user_calendar_activities_path}'
);
|