diff --git a/app/views/clients/_fields.html.haml b/app/views/clients/_fields.html.haml index 4f4a6cc..d504757 100644 --- a/app/views/clients/_fields.html.haml +++ b/app/views/clients/_fields.html.haml @@ -28,7 +28,7 @@ .form-group = f.label "Application Date:", class: "col-sm-2 control-label" .col-sm-10 - = f.text_field :application_date, class: "form-control", disabled: disabled + = f.text_field :application_date, class: "form-control datepicker", disabled: disabled .form-group = f.label "Helmet", class: "col-sm-2 control-label"