mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 16:16:43 +10:00
9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
%h4 Calendar
|
|
#cal-heatmap.calendar
|
|
:javascript
|
|
new calendar(
|
|
#{@timestamps.to_json},
|
|
#{@starting_year},
|
|
#{@starting_month}
|
|
);
|