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 =
|
options =
|
||||||
month: "short"
|
month: "short"
|
||||||
day: "numeric"
|
day: "numeric"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
%small Issues, merge requests and push events
|
%small Issues, merge requests and push events
|
||||||
#cal-heatmap.calendar
|
#cal-heatmap.calendar
|
||||||
:javascript
|
:javascript
|
||||||
new calendar(
|
new Calendar(
|
||||||
#{@timestamps.to_json},
|
#{@timestamps.to_json},
|
||||||
#{@starting_year},
|
#{@starting_year},
|
||||||
#{@starting_month},
|
#{@starting_month},
|
||||||
|
|
Loading…
Reference in a new issue