Sha256: 253647a94a4d7bfa302117f88600a3616f513c78100a5f51843a6801554627eb
Contents?: true
Size: 683 Bytes
Versions: 123
Compression:
Stored size: 683 Bytes
Contents
= render "renalware/shared/errors", model: hospital_unit = simple_form_for hospital_unit, wrapper: :horizontal_form, html: { autocomplete: "off" } do |f| = f.association :hospital_centre, collection: Renalware::Hospitals::Centre.ordered, wrapper: :horizontal_medium = f.input :unit_code, wrapper: :horizontal_small = f.input :name, wrapper: :horizontal_medium = f.input :renal_registry_code, wrapper: :horizontal_small = f.input :unit_type, wrapper: :horizontal_small = f.input :is_hd_site, wrapper: :horizontal_small = f.button :submit span= " or " = link_to "cancel", hospitals_units_path
Version data entries
123 entries across 123 versions & 1 rubygems