gitlab-org--gitlab-foss/app/views/users/_calendar.html.haml

10 lines
203 B
Plaintext
Raw Normal View History

#cal-heatmap.calendar
:javascript
new calendar(
#{@timestamps.to_json},
#{@starting_year},
#{@starting_month},
'#{user_activities_path}'
);
= render "calendar_onclick"