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: 922b0c6cebf1cb1425ec056195bc15025cf434d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
%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}'
    );