mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
11 lines
249 B
Plaintext
11 lines
249 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
|