Sha256: 34152ed28b1932582ec150918517402776e0ce058dd8455efa955b1083c1c152
Contents?: true
Size: 625 Bytes
Versions: 16
Compression:
Stored size: 625 Bytes
Contents
= simple_form_for(form, wrapper: :horizontal_form) do |f| article.pet header h2 PET = f.input :pet_missing, as: :boolean, label: "Test missing" = f.simple_fields_for(:pet, form.pet) do |fp| = render "renalware/pd/pet_results/form_fields", form: fp article.adequacy header h2 Adequacy = f.input :adequacy_missing, as: :boolean, label: "Test missing" = f.simple_fields_for(:adequacy, form.adequacy) do |fa| = render "renalware/pd/adequacy_results/form_fields", form: fa = f.submit class: :button ' or = link_to "cancel", patient_pd_dashboard_path(form.patient)
Version data entries
16 entries across 16 versions & 1 rubygems