Sha256: 5b65c77cbe9abf56bf670448d96bd5aa4bfac8ef2754ab54fbe0a0d4cfaa1766
Contents?: true
Size: 685 Bytes
Versions: 28
Compression:
Stored size: 685 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
28 entries across 28 versions & 1 rubygems