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