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