summaryrefslogtreecommitdiff
path: root/app/views/users/calendar.html.haml
blob: 77f2ddefb1e28bff028e29c1cf807913363b222e (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(
    #{@timestamps.to_json},
    '#{user_calendar_activities_path}'
  );