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.103 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.102 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.101 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.100 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.99 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.98 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.97 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.96 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.95 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.94 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.93 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.92 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.91 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.90 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.89 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.88 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.87 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.86 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.85 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.84 app/views/renalware/problems/problems/_current_table.html.slim