summaryrefslogtreecommitdiff
path: root/app/views/extension_modules/_index_core.html.haml
blob: d5aef4884479548b7a7a6e6ecb53fc8bdfb843cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
%table.table.table-striped
  %tr
    %th= t('extension_modules.index.model')
    %th= t('extension_modules.index.mac_address')
    %th= t('extension_modules.index.active')

  
  - for extension_module in extension_modules
    %tr
      %td= extension_module.model
      %td= extension_module.mac_address
      %td= extension_module.active
      =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => @phone, :child => extension_module}