Sha256: 68ff76e4be1c93372206138562681f514b664a31059b4f94d8b767de357c9f32
Contents?: true
Size: 533 Bytes
Versions: 127
Compression:
Stored size: 533 Bytes
Contents
= within_admin_layout(title: "Pathology Request Form Algorithm") do table thead tr th Request Description - clinics.each do |clinic| th = clinic.name tbody - rules_table.rows.each do |row| tr td = row.request_description.name - row.columns.each do |column| td data-clinic="#{column.clinic.id}" data-request="#{row.request_description.id}" ul - column.rule_sets.each do |rule_set| li = rule_set.to_s
Version data entries
127 entries across 127 versions & 1 rubygems