summaryrefslogtreecommitdiff
path: root/app/views/users/calendar.html.haml
blob: 57b8845c55dcfcd08d386719a5935c54f8f0124e (plain)
1
2
3
4
5
6
7
8
9
.clearfix.calendar
  .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}'
  );