Merge branch 'capitalize-js-class' into 'master'
Capitalize js class name See merge request !457
This commit is contained in:
commit
7842a81569
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
class @calendar
|
||||
class @Calendar
|
||||
options =
|
||||
month: "short"
|
||||
day: "numeric"
|
||||
|
|
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue