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

  %tbody
    - 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}