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

Version Path
renalware-core-2.0.153 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.152 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.151 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.149 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.148 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.147 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.146 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.145 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.144 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.143 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.142 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.141 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.140 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.139 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.138 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.137 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.136 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.135 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.134 app/views/renalware/pathology/code_groups/show.html.slim
renalware-core-2.0.133 app/views/renalware/pathology/code_groups/show.html.slim