summaryrefslogtreecommitdiff
path: root/app/views/ringtones/index.html.haml
blob: 4da75fa8ae5119ad148f547b5c7ef62d1654d193 (plain)
1
2
3
4
5
6
- title t("ringtones.index.page_title")

- if @ringtones.count > 0
  = render "index_core", :ringtones => @ringtones

= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => Ringtone}