Sha256: e85bc094459c63df74f87d5471de1fb5d5abf155cbcf1da92eac4085eb2f8241

Contents?: true

Size: 946 Bytes

Versions: 67

Compression:

Stored size: 946 Bytes

Contents

table#current_problems.manual-stripes.auto-layout
  thead
    tr
      th.options.col-width-small
      th Description
      th.col-width-date Updated on
      td.nowrap Updated by
      th.col-width-tiny Reorder
  = 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 "Edit", patient_problem_path(@patient, problem)
          = pipe_separator
          = link_to "Archive",
                    patient_problem_path(@patient, problem),
                    method: :delete,
                    data: { confirm: "Are you sure?" }
        td
          = problem.description
          ol
            - problem.notes.each do |note|
              li= note.description
        td= l problem.updated_on
        td= problem.updated_by.full_name
        td.handle
          i.fas.fa-bars

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
renalware-core-2.0.126 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.125 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.124 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.123 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.121 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.120 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.119 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.118 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.117 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.116 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.115 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.113 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.112 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.111 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.110 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.109 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.108 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.106 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.105 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.104 app/views/renalware/problems/problems/_current_table.html.slim