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

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