Sha256: 808d4a7b4cbc5f4f147e335fa80078e1bea4a773e315dafff1cc3f9a0f13f7be
Contents?: true
Size: 742 Bytes
Versions: 50
Compression:
Stored size: 742 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
50 entries across 50 versions & 1 rubygems