Sha256: fe93a63e60be2ae4510f4d353b1d97aeaf06b7e214d27145bd01641ca897d70e
Contents?: true
Size: 805 Bytes
Versions: 97
Compression:
Stored size: 805 Bytes
Contents
= simple_form_for(participant, url: url, html: { autocomplete: "off" }, wrapper: :horizontal_form) do |f| - if participant.persisted? h5= participant.patient.to_s(:long) - else #patient-select2 = f.input :participant_id, collection: [], input_html: { \ class: "patient-id-select2 patient-ajax-search", data: { "ajax--url" => search_patients_path(format: :json), placeholder: "Search by patient name or hospital/NHS no." } \ } = f.input :joined_on, as: :date_picker = f.input :left_on, as: :date_picker = save_or_cancel(form: f, back_path: research_study_participants_path(participant.study))
Version data entries
97 entries across 97 versions & 1 rubygems