Sha256: 46fe15a8367f678cf095edf55f93e698fc86f3bcbe54218417dc905e26d91046

Contents?: true

Size: 1.08 KB

Versions: 8

Compression:

Stored size: 1.08 KB

Contents

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

- title = breadcrumbs_and_title(breadcrumbs: local_assigns[:breadcrumbs],
                                title: local_assigns[:title])
- patient_page_title(title: title, patient: current_patient)

.patient-container
  .patient-content
    = render "renalware/patients/mini_profile", patient: current_patient
    .row
      .page-heading.columns.small-12
        h1= title
        .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)

      = yield

  nav.patient-side-nav
    = render "renalware/patients/side_menu", patient: current_patient

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/patients/_layout.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/patients/_layout.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/patients/_layout.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/patients/_layout.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/patients/_layout.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/patients/_layout.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/patients/_layout.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/patients/_layout.html.slim