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: 1de71f37d1a9dd5bb4debcd3d500587b81d98d47 (plain)
1
2
3
4
5
6
7
8
9
10
#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