Sha256: 986b24ae2017a07f5878ad6728632aa967556ee712b9fba7f49b726e24a3992f

Contents?: true

Size: 325 Bytes

Versions: 6

Compression:

Stored size: 325 Bytes

Contents

.row
  = render "header"
  = render "renalware/shared/errors", model: dialyser

.row
  .large-6.columns
    = simple_form_for dialyser, html: { autocomplete: "off" } do |f|
      = f.input :group, autofocus: true
      = f.input :name

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/hd/dialysers/_form.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/hd/dialysers/_form.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/hd/dialysers/_form.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/hd/dialysers/_form.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/hd/dialysers/_form.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/hd/dialysers/_form.html.slim