2017-08-17 22:00:37 +05:30
|
|
|
.col-md-6
|
2018-11-08 19:23:39 +05:30
|
|
|
.form-group.row
|
2019-03-02 22:35:43 +05:30
|
|
|
.col-form-label.col-sm-2
|
|
|
|
= f.label :start_date, "Start Date"
|
2017-08-17 22:00:37 +05:30
|
|
|
.col-sm-10
|
2018-11-08 19:23:39 +05:30
|
|
|
= f.text_field :start_date, class: "datepicker form-control", placeholder: "Select start date", autocomplete: 'off'
|
|
|
|
%a.inline.float-right.prepend-top-5.js-clear-start-date{ href: "#" } Clear start date
|
|
|
|
.form-group.row
|
2019-03-02 22:35:43 +05:30
|
|
|
.col-form-label.col-sm-2
|
|
|
|
= f.label :due_date, "Due Date"
|
2017-08-17 22:00:37 +05:30
|
|
|
.col-sm-10
|
2018-11-08 19:23:39 +05:30
|
|
|
= f.text_field :due_date, class: "datepicker form-control", placeholder: "Select due date", autocomplete: 'off'
|
|
|
|
%a.inline.float-right.prepend-top-5.js-clear-due-date{ href: "#" } Clear due date
|