Sha256: 0a58177d3ed3ded89e6c72d5e7a4f58ea43ca3eb89b6efa7321cdefa72ffcf56
Contents?: true
Size: 689 Bytes
Versions: 149
Compression:
Stored size: 689 Bytes
Contents
.search-form.filters = simple_form_for query, as: :q, url: hd_ongoing_sessions_path, html: { autocomplete: "off" }, method: :get do |f| .row .small-8.medium-5.large-3.columns = f.label "Unit" = f.grouped_collection_select :hospital_unit_id_eq, Renalware::Hospitals::Centre.with_hd_sites.ordered, :hd_sites, :to_s, :id, :to_s, include_blank: true .small-4.medium-4.large-3.columns.actions.end = f.submit t("helpers.submit.filter"), class: "button" span= " or " = link_to t("helpers.reset"), hd_ongoing_sessions_path
Version data entries
149 entries across 149 versions & 1 rubygems