mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 14:46:05 +10:00
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
#cal-heatmap.calendar
|
|
:javascript
|
|
new Calendar(
|
|
#{@timestamps.to_json},
|
|
#{@starting_year},
|
|
#{@starting_month},
|
|
'#{user_calendar_activities_path}'
|
|
);
|
|
|
|
.calendar-hint Summary of issues, merge requests, and push events
|