engine/app/views/locomotive/custom_fields/types/_date.html.haml

1 line
150 B
Plaintext
Raw Normal View History

= f.input :"formatted_#{name}", :label => field.label, :hint => field.hint, :input_html => { :maxlength => 10 }, :wrapper_html => { :class => 'date' }