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