Sha256: f1e7336cb856d6d5710bc056f7d7c3cf1fc796736207abd4bdce63a69d6912b3

Contents?: true

Size: 953 Bytes

Versions: 34

Compression:

Stored size: 953 Bytes

Contents

article
  header
    h2= t(".title")
    .supplemental
      span= "#{mdm.current_prescriptions.length} of #{mdm.patient.summary.prescriptions_count}"
      = link_to t(".view_all"),
                patient_prescriptions_path(mdm.patient),
                class: "button secondary"

  - if local_assigns[:with_esa] == true

    ul.tab-strip(data-tab)
      li.tab-title.active= link_to "Current", "#current"
      li.tab-title= link_to "EPO History", "#epo-history"

    .tabs-content
      #current.content.active
        = render "renalware/mdm/prescriptions/table",
                 prescriptions: mdm.current_prescriptions,
                 show_administer_on_hd: true
      #epo-history.content
        = render "renalware/mdm/prescriptions/table",
                 prescriptions: mdm.esa_prescriptions,
                 show_terminated_on: true,
                 show_administer_on_hd: true
  - else
    = render "current_prescriptions", mdm: mdm

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
renalware-core-2.0.15 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.14 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.13 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.12 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.11 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.9 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.8 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.7 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.5 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.4 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.3 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.2 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.1 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.0 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc13 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc11 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc10 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc9 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc8 app/views/renalware/mdm/_prescriptions.html.slim
renalware-core-2.0.0.pre.rc7 app/views/renalware/mdm/_prescriptions.html.slim