Sha256: dacdc32a23ec8450d173b0c6096bb78abd618d39b0a83d3339c5bb4ddf575175

Contents?: true

Size: 636 Bytes

Versions: 2

Compression:

Stored size: 636 Bytes

Contents

= within_patient_layout(title: session_edit_title(session),
                        breadcrumbs: [hd_summary_breadcrumb(session.patient),
                                      hd_session_breadcrumb(session)]) do

  .document.hd-session-form
    = simple_form_for session,
        as: :hd_session,
        url: patient_hd_session_path(@patient, session),
        html: { autocomplete: "off", class: "fn-form form-with-multiple-submit-buttons" },
        wrapper: "horizontal_form" do |f|

      = render "renalware/hd/sessions/#{session.state}/form",
               f: f,
               session: session,
               patient: patient

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/hd/sessions/edit.html.slim
renalware-core-2.1.0 app/views/renalware/hd/sessions/edit.html.slim