Sha256: bad02fe118311b285287f8bb84ffc3cd200b7ec3a22c4f2ff284d3793c513c1c
Contents?: true
Size: 788 Bytes
Versions: 63
Compression:
Stored size: 788 Bytes
Contents
table#archived_problems.manual-stripes.auto-layout thead tr th.options th Description th.col-width-date Archived on th.nowrap Archived by th.col-width-date Recorded 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