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