summaryrefslogtreecommitdiff
path: root/app/views/users/calendar.html.haml
blob: 2abee8be2a631cdb86d6e15bb7eec7b5581e7d95 (plain)
1
2
3
4
5
6
7
8
#cal-heatmap.calendar
  :javascript
    new Calendar(
      #{@timestamps.to_json},
      #{@starting_year},
      #{@starting_month},
      '#{user_calendar_activities_path}'
    );