mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 03:06:14 +02:00
parent
2c9a8b555b
commit
165e25ec23
1 changed files with 2 additions and 2 deletions
|
@ -21,10 +21,10 @@
|
|||
= f.label :valid_from, t(:valid)
|
||||
.input-group
|
||||
= f.text_field(:valid_from, value: f.object.valid_from.try(:to_s, :dshort),
|
||||
class: 'form-control js-datepicker')
|
||||
class: 'form-control datepicker')
|
||||
%span.input-group-addon -
|
||||
= f.text_field(:valid_to, value: f.object.valid_to.try(:to_s, :dshort),
|
||||
class: 'form-control js-datepicker')
|
||||
class: 'form-control datepicker')
|
||||
|
||||
%hr
|
||||
.row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue