Sha256: e1e48dc9c346cb8868bf717da6b6398aa02ab8dbda296861cf6f4d9ca68cbfdd

Contents?: true

Size: 294 Bytes

Versions: 10

Compression:

Stored size: 294 Bytes

Contents

<div class="form-group">
  <%= form.label field %>
  <div class="col-sm-10">
    <%= form.text_field field, class: 'form-control', data: {behaviour: 'datepicker', format: "dd/MM/yyyy"} %>
    <span class="add-on">
      <i data-date-icon="icon-calendar">
      </i>
    </span>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
brightcontent-core-2.6.0 app/views/brightcontent/base/form_fields/_date.html.erb
brightcontent-core-2.5.1 app/views/brightcontent/base/form_fields/_date.html.erb
brightcontent-core-2.5.0 app/views/brightcontent/base/form_fields/_date.html.erb
brightcontent-core-2.4.6 app/views/brightcontent/base/form_fields/_date.html.erb
brightcontent-core-2.4.5 app/views/brightcontent/base/form_fields/_date.html.erb
brightcontent-core-2.4.4 app/views/brightcontent/base/form_fields/_date.html.erb
brightcontent-core-2.4.3 app/views/brightcontent/base/form_fields/_date.html.erb
brightcontent-core-2.4.2 app/views/brightcontent/base/form_fields/_date.html.erb
brightcontent-core-2.4.1 app/views/brightcontent/base/form_fields/_date.html.erb
brightcontent-core-2.4.0 app/views/brightcontent/base/form_fields/_date.html.erb