Sha256: bf33861f799c3caed84cfde2a887bb11cd938f60461ba223cb99cc5e646d2681

Contents?: true

Size: 775 Bytes

Versions: 6

Compression:

Stored size: 775 Bytes

Contents

<div class="sm:grid sm:grid-cols-12 sm:items-start sm:gap-4  pt-5">
  <div class="mt-1 sm:col-span-4 sm:mt-">
    <label class="block text-sm font-medium text-gray-700 sm:mt-px sm:pt-2">
      <%= @label %>
    </label>
  </div>
  <div class="mt-1 sm:col-span-3 sm:mt-0">
    <%= @form.date_field @from_field, data: { action: "input->search-form#search" }, class: "rounded-md border-gray-300 shadow-sm focus:border-tybo-500 focus:ring-tybo-500 sm:text-sm" %>
  </div>
  <div class="mt-1 sm:col-span-2 text-center">
    to
  </div>
  <div class="mt-1 sm:col-span-3 sm:mt-0">
    <%= @form.date_field @to_field, data: { action: "input->search-form#search" }, class: "rounded-md border-gray-300 shadow-sm focus:border-tybo-500 focus:ring-tybo-500 sm:text-sm" %>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
tybo-0.0.39 app/components/forms/search_date_input_component.html.erb
tybo-0.0.38 app/components/forms/search_date_input_component.html.erb
tybo-0.0.37 app/components/forms/search_date_input_component.html.erb
tybo-0.0.36 app/components/forms/search_date_input_component.html.erb
tybo-0.0.35 app/components/forms/search_date_input_component.html.erb
tybo-0.0.34 app/components/forms/search_date_input_component.html.erb