mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
13 lines
276 B
Plaintext
13 lines
276 B
Plaintext
%h4
|
|
Contributions calendar
|
|
.pull-right
|
|
%small Issues, merge requests and push events
|
|
#cal-heatmap.calendar
|
|
:javascript
|
|
new Calendar(
|
|
#{@timestamps.to_json},
|
|
#{@starting_year},
|
|
#{@starting_month},
|
|
'#{user_calendar_activities_path}'
|
|
);
|