blob: 7e0a011dda3b138c2e2cfb1111b6af2f14bb6f65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
- content_for :title, t("ringtones.show.page_title")
- if 1 == 2
%p
%strong= t('ringtones.show.audio') + ":"
= @ringtone.audio
%p
%strong= t('ringtones.show.bellcore_id') + ":"
= @ringtone.bellcore_id
= render :partial => 'shared/show_edit_destroy_part', :locals => { :parent => @ringtone.ringtoneable, :child => @ringtone }
|