2016-11-15 12:48:30 -05:00
|
|
|
.col-md-6
|
|
|
|
.form-group
|
|
|
|
= f.label :start_date, "Start Date", class: "control-label"
|
|
|
|
.col-sm-10
|
|
|
|
= f.text_field :start_date, class: "datepicker form-control", placeholder: "Select start date"
|
2017-04-21 11:05:38 -04:00
|
|
|
%a.inline.pull-right.prepend-top-5.js-clear-start-date{ href: "#" } Clear start date
|
2016-11-15 12:48:30 -05:00
|
|
|
.col-md-6
|
|
|
|
.form-group
|
|
|
|
= f.label :due_date, "Due Date", class: "control-label"
|
|
|
|
.col-sm-10
|
|
|
|
= f.text_field :due_date, class: "datepicker form-control", placeholder: "Select due date"
|
2017-04-21 11:05:38 -04:00
|
|
|
%a.inline.pull-right.prepend-top-5.js-clear-due-date{ href: "#" } Clear due date
|