summaryrefslogtreecommitdiff
path: root/app/views/switchboards/_index_core.html.haml
blob: 858f624888fe6ae5b93b180d808991bc710d948b (plain)
1
2
3
4
5
6
7
8
9
10
%table.table.table-striped
  %tr
    %th= t('switchboards.index.name')
    %th

  
  - for switchboard in switchboards
    %tr
      %td= switchboard.name
      =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => user, :child => switchboard}