Sha256: 692939ed3aa7960a17b3def86973b305d27b6b24a6090a32638cdb0fd5b7ecd7

Contents?: true

Size: 865 Bytes

Versions: 50

Compression:

Stored size: 865 Bytes

Contents

= simple_form_for presenter.q,
                  as: :q,
                  url: hd_mdm_patients_path,
                  method: :get,
                  html: { autocomplete: "off" },
                  wrapper: :horizontal_form do |f|
  .row
    .medium-4.columns
      = f.input :hd_profile_hospital_unit_id_eq,
          collection: Renalware::Hospitals::Centre.with_hd_sites.ordered,
          as: :grouped_select, group_method: :hd_sites,
          label: t(".hospital_unit")

    .medium-4.columns
      = f.input :hd_profile_schedule_definition_id_eq,
          collection: Renalware::HD::ScheduleDefinition.ordered,
          include_blank: true,
          label:  t(".schedule")

    .medium-4.columns.actions
      = f.submit t("helpers.submit.filter"), class: "button", name: nil
      span= " or "
      = link_to t("helpers.reset"), hd_mdm_patients_path

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
renalware-core-2.0.39 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.38 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.37 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.36 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.35 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.34 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.33 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.32 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.31 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.30 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.28 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.27 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.26 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.25 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.24 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.23 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.22 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.21 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.20 app/views/renalware/hd/mdm_patients/_filters.html.slim
renalware-core-2.0.18 app/views/renalware/hd/mdm_patients/_filters.html.slim