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