summaryrefslogtreecommitdiff
path: root/app/views/ringtones/_index_core.html.haml
blob: e3b9a32637675c09f4eaded996b17eb4efa0f01b (plain)
1
2
3
4
5
6
7
8
9
10
11
%table{:class => 'table table-striped'}
  %tr
    %th= t('ringtones.index.audio')
    %th= t('ringtones.index.bellcore_id')

  
  - for ringtone in ringtones
    %tr
      %td= ringtone.audio
      %td= ringtone.bellcore_id
      =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => ringtone.ringtoneable, :child => ringtone}