Sha256: 2c2fea66ed7a20eaf0159ccaefc7c6fcb6cd16475e709938072928c2c69dbe0c

Contents?: true

Size: 589 Bytes

Versions: 2

Compression:

Stored size: 589 Bytes

Contents

article
  header
    h2 Current Problems
    .supplemental
      span= "#{mdm.current_problems.length} of #{mdm.patient.summary.problems_count}"

      span.noprint
        = link_to t("btn.view_all"),
                  patient_problems_path(mdm.patient),
                  class: "button secondary"
        = link_to t("btn.toggle"),
                  "#problems",
                  class: "button secondary",
                  data: { behaviour: "css-toggler" }

  #problems.expandable
    = render "renalware/problems/problems/current_list",
             problems: mdm.current_problems

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/mdm/_problems.html.slim
renalware-core-2.1.0 app/views/renalware/mdm/_problems.html.slim