Sha256: 3356e273bbcb921c800732c0a9d0b2d4d29fecccd6247b3d6aa4588226add586

Contents?: true

Size: 468 Bytes

Versions: 1

Compression:

Stored size: 468 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 "renalware/patients/form", f: f, patient: patient

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta4 app/views/renalware/patients/new.html.slim