Sha256: f7a316981fbabe92caf34d284af6fafc0d5c7367446e7206a48ed439cdef5409
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
.row = render "header" = render "renalware/shared/errors", model: @hospital_unit .row .large-6.columns = simple_form_for @hospital_unit, html: { autocomplete: "off" } do |f| = f.association :hospital_centre, collection: Renalware::Hospitals::Centre.ordered = f.input :unit_code = f.input :name = f.input :renal_registry_code = f.input :unit_type = f.input :is_hd_site = f.button :submit span= " or " = link_to "cancel", hospitals_units_path
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.0.0.pre.beta4 | app/views/renalware/hospitals/units/_form.html.slim |