Sha256: ee0028d2929fd3354a2a208ef09afa34dc848c476462f55d71a164049cdffee5

Contents?: true

Size: 882 Bytes

Versions: 2

Compression:

Stored size: 882 Bytes

Contents

= within_patient_layout(title: "Edit",
                        breadcrumbs: breadcrumb_for("Renal Profile & Comorbidity Data",
                                                    patient_renal_profile_path(patient))) do

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

  .row
    .large-12.columns
      = simple_form_for profile,
          url: patient_renal_profile_path(patient),
          method: :patch,
          html: { autocomplete: "off" },
          wrapper: "horizontal_form" do |f|

        .form-actions
          = submit_tag "Save", class: "button"
          span= " or "
          = link_to "cancel", patient_clinical_summary_path(patient)

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

        .form-actions
          = submit_tag "Save", class: "button"
          span= " or "
          = link_to "cancel", patient_clinical_summary_path(patient)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta5 app/views/renalware/renal/profiles/edit.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/renal/profiles/edit.html.slim