Sha256: 7b0e16219c1e8386d0136fa8fb48ef3da989236673de3aa7a7077dfec93e06fc

Contents?: true

Size: 743 Bytes

Versions: 95

Compression:

Stored size: 743 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.fas.fa-search
        |   Filter
      = " or "
      = link_to "reset", transplants_live_donors_path

Version data entries

95 entries across 95 versions & 1 rubygems

Version Path
renalware-core-2.0.146 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.145 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.144 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.143 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.142 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.141 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.140 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.139 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.138 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.137 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.136 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.135 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.134 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.133 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.132 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.131 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.130 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.129 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.128 app/views/renalware/transplants/live_donors/_filters.html.slim
renalware-core-2.0.127 app/views/renalware/transplants/live_donors/_filters.html.slim