Sha256: 197d84b6412afc01e02e21dcda7a320ead7c88576a9dd679bd5d4ac446728fb6

Contents?: true

Size: 748 Bytes

Versions: 5

Compression:

Stored size: 748 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.input :number_of_hd_stations, wrapper: :horizontal_small

  = f.button :submit
  span= " or "
  = link_to "cancel", hospitals_units_path

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/hospitals/units/_form.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/hospitals/units/_form.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/hospitals/units/_form.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/hospitals/units/_form.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/hospitals/units/_form.html.slim