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