diff options
Diffstat (limited to 'app/views/phone_sip_accounts/index.html.haml')
-rw-r--r-- | app/views/phone_sip_accounts/index.html.haml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/phone_sip_accounts/index.html.haml b/app/views/phone_sip_accounts/index.html.haml new file mode 100644 index 0000000..a9e3f85 --- /dev/null +++ b/app/views/phone_sip_accounts/index.html.haml @@ -0,0 +1,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}
\ No newline at end of file |