Sha256: 7af4b351bec24f206164a2457ba0fd45622409b91c239f54dc9135c8bb90bdb1

Contents?: true

Size: 382 Bytes

Versions: 6

Compression:

Stored size: 382 Bytes

Contents

table#current_problems
  thead
    tr
      th Description
      th.col-width-date Recorded on
      td.nowrap Recorded by
  tbody
    - problems.each do |problem|
      tr
        td
          = problem.description
          ol
            - problem.notes.each do |note|
              li= note.description
        td= l problem.updated_on
        td= problem.created_by.full_name

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
renalware-core-2.0.0.pre.beta9 app/views/renalware/problems/problems/_current_list.html.slim
renalware-core-2.0.0.pre.beta8 app/views/renalware/problems/problems/_current_list.html.slim
renalware-core-2.0.0.pre.beta7 app/views/renalware/problems/problems/_current_list.html.slim
renalware-core-2.0.0.pre.beta6 app/views/renalware/problems/problems/_current_list.html.slim
renalware-core-2.0.0.pre.beta5 app/views/renalware/problems/problems/_current_list.html.slim
renalware-core-2.0.0.pre.beta4 app/views/renalware/problems/problems/_current_list.html.slim