Sha256: ca3db81d54e6d6ed762507f662797654bbb8227b165a9c1c949f52c17e961149

Contents?: true

Size: 1.55 KB

Versions: 70

Compression:

Stored size: 1.55 KB

Contents

- content_for(:header) do
  = render "renalware/patients/header", patient: current_patient

- generate_page_title(local_assigns: local_assigns,
                      patient: current_patient)

nav.patient-side-nav.full-screenable
  .layout-wrapper
    = render "renalware/patients/side_menu", patient: current_patient

.main-content.patient-content.full-screenable
  .layout-wrapper
    = render "renalware/patients/mini_profile", patient: current_patient
    .patient-alerts.lozenge
      ul
        = render "renalware/patients/alerts/list", patient: current_patient
        = render "renalware/research/alerts", patient: current_patient
    = render "renalware/clinical/header", patient: current_patient
    .row.collapse
      - if local_assigns[:title].present?
        ul.page-heading.columns.small-12
          li
            h1
              = breadcrumbs_and_title(breadcrumbs: local_assigns[:breadcrumbs],
                                      title: local_assigns[:title])
          li.page-actions
            / Output any page-level actions
            = yield(:actions)

      - if content_for?(:page_navigation)
        .page-navigation= yield(:page_navigation)
      - else
        - unless local_assigns[:skip_top_navigation].present?
          - partial = local_assigns[:navigation_partial] || "navigation"

          / Be sure to pass on any locals passed to us, along with the patient
          / if not already provided
          = render_if_exists partial, local_assigns.reverse_merge!(patient: current_patient)
    .row
      = yield
      = yield(:below_content)

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
renalware-core-2.0.77 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.76 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.75 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.74 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.73 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.72 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.71 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.70 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.69 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.68 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.67 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.64 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.63 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.62 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.61 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.60 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.58 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.57 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.56 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.55 app/views/renalware/layouts/_patient.html.slim