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