summaryrefslogtreecommitdiff
path: root/app/views/pager_group_destinations/_index_core.html.haml
blob: 78bf3e55013b534955fee43e4afa6eb0a8ba7c80 (plain)
1
2
3
4
5
6
7
8
9
10
11
%table.table.table-striped
  %tr
    %th= t('pager_group_destinations.index.pager_group_id')
    %th= t('pager_group_destinations.index.sip_account_id')

  
  - for pager_group_destination in pager_group_destinations
    %tr
      %td= pager_group_destination.pager_group_id
      %td= pager_group_destination.sip_account_id
      =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:child => pager_group_destination}