Sha256: cb8a65da53dc954c2fe90422e679767399de1daa8eabd537b472a3171b965f58

Contents?: true

Size: 401 Bytes

Versions: 2

Compression:

Stored size: 401 Bytes

Contents

= content_for :actions do
  - if policy(session).edit?
    li= link_to t("btn.edit"),
                edit_patient_hd_session_path(session.patient, session),
                class: :button

= within_patient_layout(title: session_title(session),
                        breadcrumbs: hd_summary_breadcrumb(session.patient)) do

  = render "renalware/hd/sessions/#{session.state}/show", session: session

Version data entries

2 entries across 2 versions & 1 rubygems

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