Sha256: 9b9cfb29f0bfcc7b15791bdf0cc335e7527ab3d883cfa0751ade224731225a3d

Contents?: true

Size: 831 Bytes

Versions: 24

Compression:

Stored size: 831 Bytes

Contents

- back_path ||= nil

.header.patient-header
  / If screen-is-mobile-size is visible then we collapse the patient LH nav
  / (A media query rule hides and shows it, and some js looks for its visibility
  / when the browser is resized)
  #screen-is-mobile-size
  dl.full-screenable
    - if back_path
      dt
      dd.back-link
        = link_to back_path do
          i.fa.fa-arrow-left
          |  Back
    dd.name.patient-menu-toggler
      a
        i.fa.fa-ellipsis-v
        = patient
    dt= patient.hospital_identifier.name
    dd= patient.hospital_identifier.id
    dt= t(".nhs_number")
    dd= formatted_nhs_number(patient)
    dt= t(".sex")
    dd= patient.sex
    dt= t(".born_on")
    dd= "#{l(patient.born_on)} (#{patient.age}y)"
    dt= t(".modality")
    dd= modality_description_for(patient.current_modality)

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
renalware-core-2.0.3 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.2 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.1 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.beta9 app/views/renalware/patients/_header.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/patients/_header.html.slim