mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +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)
|
= f.label :valid_from, t(:valid)
|
||||||
.input-group
|
.input-group
|
||||||
= f.text_field(:valid_from, value: f.object.valid_from.try(:to_s, :dshort),
|
= 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 -
|
%span.input-group-addon -
|
||||||
= f.text_field(:valid_to, value: f.object.valid_to.try(:to_s, :dshort),
|
= f.text_field(:valid_to, value: f.object.valid_to.try(:to_s, :dshort),
|
||||||
class: 'form-control js-datepicker')
|
class: 'form-control datepicker')
|
||||||
|
|
||||||
%hr
|
%hr
|
||||||
.row
|
.row
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue