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
|
2020-06-23 00:09:42 +05:30
|
|
|
= f.label :start_date, _('Start Date')
|
2017-08-17 22:00:37 +05:30
|
|
|
.col-sm-10
|
2020-06-23 00:09:42 +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')
|
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
|
2020-06-23 00:09:42 +05:30
|
|
|
= f.label :due_date, _('Due Date')
|
2017-08-17 22:00:37 +05:30
|
|
|
.col-sm-10
|
2020-06-23 00:09:42 +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')
|