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