Sha256: a52608ab12486aa82e72ee7fa11eb7bfe30c081e1dd40b584989c65a3e36dba7

Contents?: true

Size: 326 Bytes

Versions: 6

Compression:

Stored size: 326 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

6 entries across 6 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/patients/clinical_summaries/_problems.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/patients/clinical_summaries/_problems.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/patients/clinical_summaries/_problems.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/patients/clinical_summaries/_problems.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/patients/clinical_summaries/_problems.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/clinical_summaries/_problems.html.slim