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

Version Path
renalware-core-2.0.147 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.146 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.145 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.144 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.143 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.142 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.141 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.140 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.139 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.138 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.137 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.136 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.135 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.134 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.133 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.132 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.131 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.130 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.129 app/views/renalware/hd/dialysates/_form.html.slim
renalware-core-2.0.128 app/views/renalware/hd/dialysates/_form.html.slim