diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-26 15:40:34 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-26 15:40:34 +0000 |
commit | 7842a815693328614c77f636b3b413d260739fcf (patch) | |
tree | 50a1a7eba3ac8ebf81feeba840e5c731b581d4b9 /app/views/users | |
parent | 3302888cec220443a06e23b3f8d29f5080bc86ab (diff) | |
parent | 80fd8f2de19634b62356e27cd0b105fef6787931 (diff) | |
download | gitlab-ce-7842a815693328614c77f636b3b413d260739fcf.tar.gz |
Merge branch 'capitalize-js-class' into 'master'
Capitalize js class name
See merge request !457
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/calendar.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/calendar.html.haml b/app/views/users/calendar.html.haml index 488f49267c7..922b0c6cebf 100644 --- a/app/views/users/calendar.html.haml +++ b/app/views/users/calendar.html.haml @@ -4,7 +4,7 @@ %small Issues, merge requests and push events #cal-heatmap.calendar :javascript - new calendar( + new Calendar( #{@timestamps.to_json}, #{@starting_year}, #{@starting_month}, |