Sha256: 1d72c8c68c116df4cc84e84281988d9dbb6155b339a56ed70fd647e8ef537e9a

Contents?: true

Size: 950 Bytes

Versions: 61

Compression:

Stored size: 950 Bytes

Contents

table#current_problems.manual-stripes.auto-layout
  thead
    tr
      th.options.col-width-small
      th Description
      th.col-width-date Recorded on
      td.nowrap Recorded 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.created_by.full_name
        td.handle
          i.fa.fa-reorder

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
renalware-core-2.0.44 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.43 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.42 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.41 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.40 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.39 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.38 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.37 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.36 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.35 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.34 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.33 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.32 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.31 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.30 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.28 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.27 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.26 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.25 app/views/renalware/problems/problems/_current_table.html.slim
renalware-core-2.0.24 app/views/renalware/problems/problems/_current_table.html.slim