Sha256: 9d432da74b5b8646e76a3928c1990b388d3edc5a2908ce0e7e117916e5a3b799

Contents?: true

Size: 836 Bytes

Versions: 2

Compression:

Stored size: 836 Bytes

Contents

table#archived_problems.manual-stripes.auto-layout
  thead
    tr
      th.options.col-width-small
      th= t("thead.description")
      th.col-width-date Archived on
      th.nowrap Archived by
      th.col-width-date Updated on
      th.nowrap Recorded by

  = content_tag(:tbody, class: "sortables", data: { rel: sort_patient_problems_path(@patient) }) do
    - problems.each do |problem|
      = content_tag_for(:tr, problem, class: "sortable") do
        td
          = link_to t("btn.view"), patient_problem_path(@patient, problem)
        td
          = problem.description
          ol
            - problem.notes.with_archived.each do |note|
              li= note.description
        td= l problem.updated_on
        td= problem.updated_by.full_name
        td= l problem.archived_on
        td= problem.created_by.full_name

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
renalware-core-2.1.1 app/views/renalware/problems/problems/_archived_table.html.slim
renalware-core-2.1.0 app/views/renalware/problems/problems/_archived_table.html.slim