Sha256: 8532e8af3dff1d3aee854e022cf0c0b3657d3ccedf45c450198195ac1e1df36d

Contents?: true

Size: 665 Bytes

Versions: 9

Compression:

Stored size: 665 Bytes

Contents

= content_for(:actions) do
  = render "page_actions", patient: @patient

= within_patient_layout do
  .document
    - if @current_profile.present?
      = render "renalware/accesses/profiles/current_profile"
    - if @profiles.any?
      = render "renalware/accesses/profiles/list"
    = render "renalware/accesses/plans/summary",
             patient: @patient,
             plans: @plans,
             current_plan: @current_plan
    -if @procedures.any?
      = render "renalware/accesses/procedures/list"
    - if @assessments.any?
      = render "renalware/accesses/assessments/list",
               patient: @patient,
               assessments: @assessments

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/accesses/dashboards/show.html.slim