Sha256: 0cd4ee591869113de98e028b608b16d222641e3af6da61a116be121dffe48203
Contents?: true
Size: 803 Bytes
Versions: 63
Compression:
Stored size: 803 Bytes
Contents
table#archived_problems.manual-stripes.auto-layout thead tr th.options.col-width-small th 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 "View", patient_problem_path(@patient, problem) td = problem.description ol - problem.notes.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
63 entries across 63 versions & 1 rubygems