summaryrefslogtreecommitdiff
path: root/app/views/voicemail_settings/_index_core.html.haml
blob: 94ebfb1fd094070e0078d69916afae4e40f36f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
%table.table.table-striped
  %thead
    %tr
      %th= t('voicemail_settings.index.name')
      %th= t('voicemail_settings.index.value')
      %th= t('voicemail_settings.index.description')

  %tbody
    - for voicemail_setting in voicemail_settings
      %tr
        %td= voicemail_setting.name
        %td= voicemail_setting.value
        %td= voicemail_setting.description
        =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => voicemail_setting.voicemail_account, :child => voicemail_setting}