Welcome to mirror list, hosted at ThFree Co, Russian Federation.

calendar.html.haml « users « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1d1c974da24d4b8eb78fcc9cd5580e52eae42210 (plain)
1
2
3
4
5
6
7
8
%h4 Commits calendar
#cal-heatmap.calendar
  :javascript
    new calendar(
      #{@timestamps.to_json},
      #{@starting_year},
      #{@starting_month}
    );