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