blob: 2e316a509a754420541bef731377129db4b903c2 (
plain)
1
2
3
4
5
6
|
- content_for :title, t("ringtones.index.page_title")
- if @ringtones.count > 0
= render "index_core", :ringtones => @ringtones
- else
= render :partial => 'shared/create_link', :locals => {:parent => @parent, :child_class => Ringtone}
|