diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-25 22:22:10 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-25 22:22:10 -0700 |
commit | 80fd8f2de19634b62356e27cd0b105fef6787931 (patch) | |
tree | 75114f11e522e57aac87f390c6a157f6d8713dc1 /app/views | |
parent | 12430b65d44f93bb77979d7bb546814c637fd5c6 (diff) | |
download | gitlab-ce-80fd8f2de19634b62356e27cd0b105fef6787931.tar.gz |
Capitalize js class namecapitalize-js-class
Diffstat (limited to 'app/views')
-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}, |