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