summaryrefslogtreecommitdiff
path: root/app/views/phone_sip_accounts/index.html.haml
blob: a9e3f858ab97473e7fc4278c1314a629fbec4013 (plain)
1
2
3
4
5
6
- 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}