Sha256: 1f3d3284f02782b1eb5a57dcd33ab6ca0b6fa738b83ed7fa03ecbaa9b468031c

Contents?: true

Size: 449 Bytes

Versions: 7

Compression:

Stored size: 449 Bytes

Contents

= within_admin_layout(title: "New", breadcrumbs: breadcrumb_for("Patients", patients_path)) do
  .row
    = render "renalware/shared/errors", model: patient

    = simple_form_for patient,
                      html: { autocomplete: "off" },
                      wrapper: "horizontal_form" do |f|

      = render "form", f: f, patient: patient

      = submit_tag "Save", class: "button"
      span= " or "
      = link_to "cancel", patients_path

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta11 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/patients/patients/new.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/patients/patients/new.html.slim