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: 09ff8a76d2711da184e8b7e7b10bf74064607039 (plain)
1
2
3
4
5
6
7
8
9
.clearfix.calendar
  .js-contrib-calendar
  .calendar-hint
    Summary of issues, merge requests, and push events
:javascript
  new Calendar(
    #{@activity_dates.to_json},
    '#{user_calendar_activities_path}'
  );