Sha256: 45c41122fe8b94abe49a1113870f2b1a953dbb422c66c7eef5945c0de77e7b3d

Contents?: true

Size: 718 Bytes

Versions: 14

Compression:

Stored size: 718 Bytes

Contents

.row
  h1 Renal Registry Reason for Change Codes

.row
  table.responsive
    caption Haemodialysis to PD
    thead
      tr
        th.g-center RR Code
        th Reason for Change

    tbody
      - @reason_hd_pd.each do |mr|
        tr
          td.g-center data-heading="RR Code"
            = mr.rr_code
          td data-heading="Haemodialysis to PD"
            = mr.description

  table.responsive
    caption PD to Haemodialysis
    thead
      tr
        th.g-center RR Code
        th Reason for Change

    tbody
      - @reason_pd_hd.each do |mr|
        tr
          td.g-center data-heading="RR Code"
            = mr.rr_code
          td data-heading="PD to Haemodialysis"
            = mr.description

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.rc13 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.rc6 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.rc5 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.rc4 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.rc3 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.rc1 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.beta12 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/modalities/reasons/index.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/modalities/reasons/index.html.slim