Sha256: 906bd40c550240f135ac69182492ea0d792d30a977e4fcb311182b8feea5f012
Contents?: true
Size: 386 Bytes
Versions: 20
Compression:
Stored size: 386 Bytes
Contents
= within_admin_layout(title: "Pathology Code Groups") do table.code-groups-table thead tr th Group name th Description tbody - groups.each do |group| tr td.actions - if policy(group).edit? = link_to "View", pathology_code_group_path(group) td= group.name td= group.description
Version data entries
20 entries across 20 versions & 1 rubygems