Sha256: 9e6da372f38b5161e7fb35b41ab6a51ca387759bfdf0425b0f430ecb56407d1b

Contents?: true

Size: 666 Bytes

Versions: 20

Compression:

Stored size: 666 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

20 entries across 20 versions & 1 rubygems

Version Path
renalware-core-2.0.9 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.8 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.7 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.5 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.4 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.3 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.2 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.1 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/accesses/dashboards/show.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/accesses/dashboards/show.html.slim