Sha256: 7dd3930f4f3d28de05995c2e22ac1a2c03adf59bea139bf6d80064bd9e31edcb
Contents?: true
Size: 534 Bytes
Versions: 108
Compression:
Stored size: 534 Bytes
Contents
= render "renalware/shared/errors", model: dialysate = simple_form_for dialysate, as: :dialysate, html: { autocomplete: "off" } do |f| = f.input :name, autofocus: true, wrapper: :horizontal_medium = f.input :description, wrapper: :horizontal_large - %i(sodium bicarbonate potassium calcium glucose).each do |element| = f.input :"#{element}_content", wrapper: :horizontal_small = f.input :"#{element}_content_uom", wrapper: :horizontal_small = f.button :submit span= " or " = link_to "cancel", hd_dialysates_path
Version data entries
108 entries across 108 versions & 1 rubygems