Sha256: 0c18d249948d0044818e3b76fafaca21c03c47100cdf73a962d9084f33a9b31d

Contents?: true

Size: 1.69 KB

Versions: 35

Compression:

Stored size: 1.69 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
    / adding .patient-alerts--sticky will stick the alerts under the patient header on scroll
    /.patient-alerts.patient-alerts--sticky.lozenge
    .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

35 entries across 35 versions & 1 rubygems

Version Path
renalware-core-2.0.113 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.112 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.111 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.110 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.109 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.108 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.106 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.105 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.104 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.103 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.102 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.101 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.100 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.99 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.98 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.97 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.96 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.95 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.94 app/views/renalware/layouts/_patient.html.slim
renalware-core-2.0.93 app/views/renalware/layouts/_patient.html.slim