Sha256: f345697e14d7213bed1e57da7df154f9177847708bea9c40dde3a77e392fbd8e
Contents?: true
Size: 418 Bytes
Versions: 40
Compression:
Stored size: 418 Bytes
Contents
.row.datepicker-form data-locale="#{I18n.locale}" .col-md-6 = f.text_field :starting, class: 'datepicker', value: datepicker_date_format(f.object.starting), data: {:'date-format' => 'yyyy-mm-dd'}, label: t(:'school_year.starting') .col-md-6 = f.text_field :ending, class: 'datepicker',value: datepicker_date_format(f.object.ending), data: {:'date-format' => 'yyyy-mm-dd'}, label: t(:'school_year.ending')
Version data entries
40 entries across 20 versions & 2 rubygems