2015-03-22 17:35:27 -04:00
|
|
|
%h4
|
|
|
|
Contributions calendar
|
|
|
|
.pull-right
|
|
|
|
%small Issues, merge requests and push events
|
2015-01-28 16:18:22 -05:00
|
|
|
#cal-heatmap.calendar
|
2015-01-29 03:53:43 -05:00
|
|
|
:javascript
|
2015-03-26 01:22:10 -04:00
|
|
|
new Calendar(
|
2015-01-28 16:18:22 -05:00
|
|
|
#{@timestamps.to_json},
|
|
|
|
#{@starting_year},
|
2015-03-13 06:39:26 -04:00
|
|
|
#{@starting_month},
|
|
|
|
'#{user_calendar_activities_path}'
|
2015-01-28 16:18:22 -05:00
|
|
|
);
|