2016-11-15 12:48:30 -05:00
|
|
|
.col-md-6
|
2018-04-18 16:16:33 -04:00
|
|
|
.form-group.row
|
2019-01-23 13:17:09 -05:00
|
|
|
.col-form-label.col-sm-2
|
|
|
|
= f.label :start_date, "Start Date"
|
2016-11-15 12:48:30 -05:00
|
|
|
.col-sm-10
|
2018-06-20 08:53:14 -04:00
|
|
|
= f.text_field :start_date, class: "datepicker form-control", placeholder: "Select start date", autocomplete: 'off'
|
2018-04-09 13:42:45 -04:00
|
|
|
%a.inline.float-right.prepend-top-5.js-clear-start-date{ href: "#" } Clear start date
|
2018-04-18 16:16:33 -04:00
|
|
|
.form-group.row
|
2019-01-23 13:17:09 -05:00
|
|
|
.col-form-label.col-sm-2
|
|
|
|
= f.label :due_date, "Due Date"
|
2016-11-15 12:48:30 -05:00
|
|
|
.col-sm-10
|
2018-06-20 08:53:14 -04:00
|
|
|
= f.text_field :due_date, class: "datepicker form-control", placeholder: "Select due date", autocomplete: 'off'
|
2018-04-09 13:42:45 -04:00
|
|
|
%a.inline.float-right.prepend-top-5.js-clear-due-date{ href: "#" } Clear due date
|