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

  - reset_cycle
  - for ringtone in ringtones
    %tr{:class => cycle('odd', 'even')}
      %td= ringtone.audio
      %td= ringtone.bellcore_id
      =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => ringtone.ringtoneable, :child => ringtone}