Sha256: 2e099a39070be1df8f7fbc9d5ef635f228191182594e1351f12bdc3a7295d087
Contents?: true
Size: 817 Bytes
Versions: 43
Compression:
Stored size: 817 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.with_archived.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
43 entries across 43 versions & 1 rubygems