Sha256: b97503f6f2517d05b28d2441aa4e59f53be0db2ccb62d772164340e9db06fa8a
Contents?: true
Size: 963 Bytes
Versions: 20
Compression:
Stored size: 963 Bytes
Contents
= within_admin_layout(title: group.name) do .panel.info.radius.columns | Editing code groups here is not currently support, sorry. | You'll need to update the database directly for now. h5= group.description = link_to "Edit group", edit_pathology_code_group_path(group) br br article header h2 Codes table.pathology-code-group-memberships.sortables thead /th.col-width-tiny th.col-width-tiny Subgroup th.col-width-small Position inside sub group th.col-width-small Code th Name tbody - group.memberships.order(:subgroup, :position_within_subgroup ).each do |membership| tr.sortable /td i.fas.fa-bars td= membership.subgroup td= membership.position_within_subgroup td= membership.observation_description.code td= membership.observation_description.name
Version data entries
20 entries across 20 versions & 1 rubygems