debian-mirror-gitlab/app/views/users/calendar.html.haml

10 lines
228 B
Text
Raw Normal View History

.clearfix.calendar
.js-contrib-calendar
.calendar-hint
2017-08-17 22:00:37 +05:30
Summary of issues, merge requests, push events, and comments
:javascript
new Calendar(
2016-09-29 09:46:39 +05:30
#{@activity_dates.to_json},
'#{user_calendar_activities_path}'
2017-08-17 22:00:37 +05:30
);