From 1b6255a20c122ba871d9b33ac59218429468084e Mon Sep 17 00:00:00 2001 From: Loos Date: Fri, 19 Sep 2014 17:09:55 -0500 Subject: [PATCH] Louis | Adds datepicker to client application date field --- app/views/clients/_fields.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"