Sha256: 2e4c919abe8dea779db924b82969f5d1fcd38c6f4bed5ced69bcd176f79c483c

Contents?: true

Size: 777 Bytes

Versions: 11

Compression:

Stored size: 777 Bytes

Contents

= search_form_for(search,
                  url: transplants_live_donors_path,
                  method: :get) do |f|
  .row
    .columns.small-6.medium-4
      = f.select(:current_donor_stage_stage_position_id_eq,
                 options_from_collection_for_select(Renalware::Transplants::DonorStagePosition.all,
                                                    :id,
                                                    :name,
                                                    search.current_donor_stage_stage_position_id_eq),
                 include_blank: "All stages")

    .columns.small-6.medium-4.end
      = f.button class: "button", name: nil do
        i.fa.fa-search
        |   Filter
      = " or "
      = link_to "reset", transplants_live_donors_path

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc3 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/transplants/live_donors/_filters.html.slim