Sha256: 9165e77ae4d551ba5aa095ec452e699cd0bbf07c93a0a684efa9828c20713009

Contents?: true

Size: 325 Bytes

Versions: 3

Compression:

Stored size: 325 Bytes

Contents

article
  header
    h2
      = link_to "Problems (#{problems.length})", patient_problems_path(@patient)

    = link_to patient_problems_path(@patient), class: "button" do
      | Add

  ul.no-bullet
    - problems.each do |problem|
      li
        = problem.full_description
        = " - #{l(problem.created_at.to_date)}"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta12 app/views/renalware/patients/clinical_summaries/_problems.html.slim
renalware-core-2.0.0.pre.beta11 app/views/renalware/patients/clinical_summaries/_problems.html.slim
renalware-core-2.0.0.pre.beta10 app/views/renalware/patients/clinical_summaries/_problems.html.slim