Use js class name for datepicker

#590
This commit is contained in:
Artur Beljajev 2017-09-19 14:10:38 +03:00
parent 81eefbaf28
commit edbc4a047d
16 changed files with 31 additions and 31 deletions

View file

@ -40,7 +40,7 @@
.form-group
= x.label :paid_at, class: 'col-md-4 control-label required'
.col-md-8
= x.text_field(:paid_at, class: 'form-control datepicker', required: true)
= x.text_field(:paid_at, class: 'form-control js-datepicker', required: true)
%hr
.row