Sha256: c0f7cb742e2997c11b4f3709b2c4e0334e75213f82feec2c3a061f9495dd96d8

Contents?: true

Size: 686 Bytes

Versions: 8

Compression:

Stored size: 686 Bytes

Contents

.search-form.filters
  = simple_form_for @q,
                    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

8 entries across 8 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta11 app/views/renalware/hd/ongoing_sessions/_filters.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/hd/ongoing_sessions/_filters.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/hd/ongoing_sessions/_filters.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/hd/ongoing_sessions/_filters.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/hd/ongoing_sessions/_filters.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/hd/ongoing_sessions/_filters.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/hd/ongoing_sessions/_filters.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/hd/ongoing_sessions/_filters.html.slim